Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson16_4

  • This project
    • Loading...
  • Sign in
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 0f6d3a9e authored 4 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

auto save

parent 77e9b4ea c74921l1321p219a13765/wx789690
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletions
  • diy1.py
  • 刚下火车.py
diy1.py
View file @ 0f6d3a9e
...@@ -59,7 +59,7 @@ while True: ...@@ -59,7 +59,7 @@ while True:
else: else:
print("请重新输入1/2") print("请重新输入1/2")
continue continue
fuck=random.randint(1,3) fuck=random.randint(1,2)
if fuck==1: if fuck==1:
yase.combat(houyi) yase.combat(houyi)
elif fuck==2: elif fuck==2:
......
This diff is collapsed. Click to expand it.
刚下火车.py 0 → 100644
View file @ 0f6d3a9e
w={'北京':8,'上海':15,'广州':20,'深圳':21}
w={'北京':8,'上海':15,'广州':20,'深圳':21}
kkk=w.pop('北京')
print(kkk)
print(w)
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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