Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-5_DIY1
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
10da5f9af43e1f6680e902361f1b51fea53e7f99
Switch branch/tag
lesson2-5_DIY1
ajo.py
Find file
Blame
History
Permalink
auto save
· 10da5f9a
BellCodeEditor
committed
2 years ago
10da5f9a
ajo.py
109 Bytes
Edit
1
2
3
4
player
=
input
(
"今天星期几?"
)
if
player
==
"星期二"
:
print
(
"明天语文考试加油!"
)