Python/basics.py
2020-01-28 17:21:50 +00:00

4 lines
81 B
Python

username = ""
while username != "pypy":
username = input("Enter username: ")