day1 密文輸入

1 import getpass 2 
3 username = input("username:") 4 password = getpass.getpass("password:") 5 print(username,password)
相關文章
相關標籤/搜索