Commit b9d37a3a by BellCodeEditor

save project

parent 29e178a1
Showing with 8 additions and 5 deletions
A = "ABCDEFG" A = "ABCDEFG"
B = "1000" B = "1000"
C = input("zhanghao") while True:
D = input("mima") C = input("zhanghao")
if A == C and B == D: D = input("mima")
print("哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈") if A == C and B == D:
\ No newline at end of file print("哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈")
break
print("錯誤")
print("你好")
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