python練習題

################# ############ userername = raw_input("USERNAME:") password = raw_input("PASSWORD:") if username == "user" and password == "123":   print "welcome"   break elif username != "user" and
相關文章
相關標籤/搜索