Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
First Python programsIntroduction | ||||||||
Line: 58 to 57 | ||||||||
# The same holds for increment: a = a + 1 or a += 1 Question: How often will Hello be printed? | ||||||||
Added: | ||||||||
> > | ||||||||
for i in range(5): # range(x) creates a sequence of numbers starting from 0 and going up to, but not including x print("Hello")I guess, we are ready for some experiments ExerciseSheets#FirstSession | ||||||||
Added: | ||||||||
> > | After that we will see how to use Python modules, how to control some timing and how to write your own functions in Modules and Timing | |||||||
-- ![]() Comments |