Commit be3ad16c by BellCodeEditor

save project

parent e62146a9
Showing with 10 additions and 4 deletions
a={'a':0.1'b':0.8'c':1}
a={'a':0.1,'b':0.8,'c':1}
b=input("你要?")
if
print()
\ No newline at end of file
for i in range(len(a)):
if b in a:
print("你的"+b+"来了")
break
\ No newline at end of file
s={'语文':91,'数':88,'E':85}
for i in s:
print(i)
\ 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