Evergreen coding reminder: counting starts at 0 and ends before the max number you declare. e.g., range(0,101) gets all numbers from 0 to 100; 'Hello world!'[0:11] outputs "Hello world" #Python #Coding #StartCountingFrom0 #NotInclusiveAtTheEnd #UselessHashtags
0
0
0
0