1
0
UAHCode/ENG101/HW2.py

15 lines
342 B
Python
Raw Normal View History

2022-08-28 19:39:08 +00:00
def password(x):
"""
Python HW2: Pt. 1, Password
Andrew Noah Woodlee
ENG 101-06
Due Date: 12-3-19
password(x)
Based on input asks for a username and password.
If username and password do not exsist, function will ask user to input them.
"""
if x=="True":
uiUName=input("Choose a username: ")
n=len(uiUName)