BbJLeB

02. Latin Letters

May 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. # 02. Latin Letters
  2.  
  3. for i in range(ord("a"), ord("{")):
  4.     print(chr(i))
Add Comment
Please, Sign In to add comment