Commit d828aa35 by BellCodeEditor

save project

parent d8f4b2c3
Showing with 20 additions and 0 deletions
import turtle,os
os.system("cls")
t=True
while t:
password=turtle.Screen().textinput("System","Please input the password!")
if password=="1101001110101100":
os.system("cls")
print("OK!")
print("此二进制码转换成十进制为:54188")
print("被耍了吧!哈哈哈哈哈哈哈哈哈!!!")
t=False
else:
os.system("cls")
print("password error!")
t=False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment