Logo

Programming-Idioms

History of Idiom 2 > diff from v123 to v124

Edit summary for version 124 by mg:
[Python] help

Version 123

2020-10-06, 15:47:27

Version 124

2020-10-06, 15:56:43

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times

Illustration

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times

Illustration
Code
print("Hello\n"*10)
Code
print("Hello\n"*)
Comments bubble
python 3
Comments bubble
python 3