Kasante95

for_loop_example

Mar 20th, 2023
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. for count in range(1, 11):
  2.     print("You are the high scorer!")
Advertisement
Add Comment
Please, Sign In to add comment