Commit dae2e943 by BellCodeEditor

save project

parent 0d610003
Showing with 7 additions and 3 deletions
a={"sb1":10,"sb2":11}
a=["sb2"]=12
print(a)
\ No newline at end of file
nb={"1":1,'2':2,'sb':3}
a=input()
if a in nb:
print('sp'+a+str(nb[a])+'yun')
print('sp:'+a+'naocan:'+str(nb[a])+'yun')
else:
print(gun)
\ No newline at end of file
print('gun')
\ 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