Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
539e481c
authored
Dec 22, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
f93ff623
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
iotyr.py
iotyr.py
View file @
539e481c
dict
=
{
"北京烤日本"
:
100
,
"八二年辣鸡"
:
100000000000000000000000000000000
}
dict
=
{
"北京烤日本"
:
100
,
"八二年辣鸡"
:
100000000000000000000000000000000
,
"钢铁骨头"
:
200
,
"红烧核蛋"
:
598
,
"铁锅炖蛋崽"
:
5578794786
,
"爆炒jj爆"
:
155000
}
k
=
input
(
'你想吃什么'
)
k
=
input
(
'你想吃什么'
)
if
k
in
dict
:
if
k
in
dict
:
print
(
'滴滴~我的'
+
k
+
'不用支付'
+
str
(
dict
[
k
])
+
'欧元~'
)
print
(
'滴滴~我的'
+
k
+
'不用支付'
+
str
(
dict
[
k
])
+
'欧元~'
)
\ No newline at end of file
else
:
print
(
'没有伤品'
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment