Commit eb958152 by BellCodeEditor

save project

parent aee118b8
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ today_menu={'qc':{'888点券':90,'ipad':2000000000,'苹果':40}, ...@@ -5,7 +5,7 @@ today_menu={'qc':{'888点券':90,'ipad':2000000000,'苹果':40},
'shkhshl':{'888点券':90,'ipad':2000000000,'苹果':40}, 'shkhshl':{'888点券':90,'ipad':2000000000,'苹果':40},
'tp':{'888点券':90,'ipad':2000000000,'苹果':40} 'tp':{'888点券':90,'ipad':2000000000,'苹果':40}
} }
for k,v in togay_menu.items(): for k,v in today_menu.items():
print('今日'+k+'有:') print('今日'+k+'有:')
for i in v: for i in v:
print(i,end=' ') print(i,end=' ')
......
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