Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-1-1_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
c343452l762p219a8068/wx106478
Switch branch/tag
lesson3-1-1_DIY1
diy1.py
Find file
Blame
History
Permalink
auto save
· 84632a2e
BellCodeEditor
committed
a year ago
84632a2e
diy1.py
63 Bytes
Edit
1
2
3
4
a
=
input
(
"请输入一个三位数"
)
ge
=
a
%
10
bai
=
a
//
100
a
//
10