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

bellcode / lesson10-1

  • 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 afc25d7c authored 2 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent ebe5b148
Hide whitespace changes
Inline Side-by-side
Showing with 9 additions and 0 deletions
  • ddfs.py
ddfs.py 0 → 100644
View file @ afc25d7c
import random
stonenumber=random.randint(0,6)
if stonenumber >= 4:
print("获得了打败灭霸的力量,反杀稳了")
elif 1 <=stonenumber <=3:
print("可以全员出动,尝试殊死一搏")
else:
print("没办法了,只能尝试呼叫惊奇队长")
\ 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