Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_4
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
774714d7
authored
Feb 13, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
a8a86c48
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
diy3.py
dvojfdi.py
diy3.py
View file @
774714d7
...
@@ -15,5 +15,7 @@ while True :
...
@@ -15,5 +15,7 @@ while True :
for
k
,
v
in
a
.
items
():
for
k
,
v
in
a
.
items
():
print
(
k
,
v
)
print
(
k
,
v
)
break
break
elif
name
=
"q"
:
break
else
:
else
:
print
(
'输入错误'
)
print
(
'输入错误'
)
\ No newline at end of file
dvojfdi.py
View file @
774714d7
fruit
=
{
"苹果"
:
"1.98"
,
"葡萄"
:
"3.80"
,
"哈密瓜"
:
"8.50"
}
for
k
in
fruit
:
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