Commit 326ee888 by BellCodeEditor

save project

parent 05e7d622
rng=(0)
pug=(0)
uug=(0)
for i in range(100):
pug=pug+1
int(pug)
int(uug)
rng=pug+uug
uug=rng
print(rng)
\ No newline at end of file
666=57
666=57
print(int(666))
\ No newline at end of file
total = []
while True:
unit= input("请输入:")
try:
int(unit)
except:
print("玩我呢")
else:
total.append(unit)
print(total)
\ No newline at end of file
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