Advertisement
CodeLearner123456

for/range example

Dec 18th, 2023
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. print('My name is')
  2. for i in range(5):
  3. print('Jimmy Five Times (' + str(i) + ')')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement