明亮紫菜

文章
4
资源
0
加入时间
2年10月21天

python初接触

# guess LuckyNum# 练习使用if_else语句# 使用循环语句while# 与、或、非 and、or、notMyLuckNum = 66NumInput = 0GuessCount = 5# while True:while MyLuckNum != NumInput and GuessCount != 0: NumInput = int(input("Please inpu...