Commit 44e3ed5c by BellCodeEditor

save project

parent 45fa674f
Showing with 8 additions and 2 deletions
pppp={'提交':10,'TV':77,'TV关于':90,'超容易':100}
y=('输入名字')
l=('输入成绩')
if y
\ No newline at end of file
...@@ -4,4 +4,5 @@ j=input("你要买什么?") ...@@ -4,4 +4,5 @@ j=input("你要买什么?")
if j in dict: if j in dict:
print('你要买'+j+'要给'+str(dict[j])+'元') print('你要买'+j+'要给'+str(dict[j])+'元')
else: else:
print('滚我们没有这个') print('滚我们没有这个')
\ No newline at end of file
\ 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