Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson15_3
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
0204d065daaff2d60a0b1891cb121823d3b67f10
Switch branch/tag
lesson15_3
尼玛
Find file
Normal view
History
Permalink
尼玛
112 Bytes
Edit
Newer
Older
save project
0204d065
BellCodeEditor
committed
2 years ago
1
2
3
4
5
import random
a=input("石头","剪刀","布")
priut(a)
list=["石头","剪刀","布"]
random.choice(list)