You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# i have done this before but just noticed how naive i was so we can use range in diffrent ways
#there are 3 inputs at most in range funtion{start, end, step}
# where it starts, where it ends and where way does it goes and how many times it skips for ex postive indexing is forwards, negitive is backword. if u wreite 2 it will skip 1 word. like 1 then 1+2 = 3, then 3+2=5