Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-1-2_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
Commit
e30f875f
authored
Feb 13, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
52c82379
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
0 deletions
sb.py
sqj.py
wnd.py
www.py
wwww
Ⅳ。py
sb.py
0 → 100644
View file @
e30f875f
a
=
input
(
"请输入一个数字,"
)
b
=
input
(
"请输入一个字符"
)
c
=
int
(
a
)
for
i
in
range
(
int
(
c
)):
print
(
b
)
\ No newline at end of file
sqj.py
0 → 100644
View file @
e30f875f
n
=
(
input
(
"请输入一个三位数:"
))
a
=
n
%
10
b
=
n
//
10
%
10
c
=
n
//
100
print
(
str
(
a
)
+
str
(
b
)
+
str
(
c
))
wnd.py
0 → 100644
View file @
e30f875f
a
=
int
(
input
(
"请输入一个字符:"
))
print
(
" "
+
a
)
print
(
" "
+
a
+
a
+
a
)
print
(
a
+
a
+
a
+
a
+
a
)
www.py
0 → 100644
View file @
e30f875f
import
turtle
turtle
.
pen
n
=
20
?
>
? Q.ldlaWESFRDGthtlPNKOJEPm:WLK;OL
pen
.
pencolor
(
"red"
)
pen
.
shape
(
"turtle"
)
turtle
.
done
()
wwww
0 → 100644
View file @
e30f875f
Ⅳ。py
0 → 100644
View file @
e30f875f
++ "b/\342\205\243\343\200\202py"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment