Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson14_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
c110752l990p219a10160/wx823988
Switch branch/tag
lesson14_1
cout.py
Find file
Normal view
History
Permalink
cout.py
88 Bytes
Edit
Newer
Older
auto save
0a02cb12
BellCodeEditor
committed
a year ago
1
2
3
4
5
6
a
=
int
(
input
(
"请输入一个数字:"
))
a
+=
13
while
a
<
30
:
a
+=
13
a
=
a
%
2
print
(
a
)