We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bad8c1 commit d2a109dCopy full SHA for d2a109d
fiveTimes.py
@@ -0,0 +1,3 @@
1
+print('My name is')
2
+for i in range(5):
3
+ print('Jimmy Five Times (' + str(i) + ')')
0 commit comments