Python/basics.py

4 lines
81 B
Python
Raw Normal View History

2020-01-28 17:21:50 +00:00
username = ""
while username != "pypy":
username = input("Enter username: ")