Commit cde1c9ed by BellCodeEditor

save project

parent 23f1b8ee
Showing with 6 additions and 3 deletions
def ppp_k() :
total = []
while True:
unit= input("请输入:")
unit= input("想吃拉丝糖吗(想or不想)?")
if unit== 'q':
break
else:
try:
unit = int(unit)
except:
print("耍我?")
print("QQ弹弹还拉稀")
else:
total.append(unit)
print("-"*30)
return total
print(total)
ppp_k()
resuit = ppp_k()
print(resuit)
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