Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 218 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 218 Bytes
  1. 50-times.py: Prints your name 50 times using a loop.
  2. from-To.py: Prints numbers from 1000 to 9555, increasing by 10 each time.
  3. name.py: Prints your name letter by letter in a single line, separated by spaces.