Commit b14b1d02 by BellCodeEditor

save project

parent 5876d987
Showing with 13 additions and 4 deletions
......@@ -2,16 +2,22 @@ a = {'xx':1}
s = {'xc':2}
d = {'xs':3}
w = {'ss':a,'dd':s,'FF':d}
q = input('名字:')
while True:
w = input('名字:')
if q in w:
print('*'*20)
for k,v in w[q].items():
print('*'*20)
#print()
print(k,v)
#print()
print('*'*20)
else:
print('*'*20)
else q=='l':
break
continue
else q==w:
print('g')
print('3.1415926535897932384626433832975028841971693993751058209749445923810764062862089986284803253421170679')
\ No newline at end of file
++ "b/\345\225\212\345\225\212\345\225\212\343\200\202py"
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