Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson10-1
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
277f716b3115823ea01b52445b797aaebba0451b
Switch branch/tag
lesson10-1
b
Find file
Blame
History
Permalink
save project
· 672433b1
BellCodeEditor
committed
2 years ago
672433b1
b
116 Bytes
Edit
1
2
3
4
5
try:
age = int(input("你今年几岁了?"))
except:
print("要输入整数啊")
print("程序结束")