Python 練習1

#!/usr/bin/env python #codingutf-8 count = 0 while count < 3:    username = raw_input("USERNAME:")    password = raw_input("PASSWORD:")    if username == "user" and password == "123":        print
相關文章
相關標籤/搜索