Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-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
03353e39
authored
Nov 14, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
766503a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
7 deletions
diy1.py
ghrg.py
sdff.py
diy1.py
View file @
03353e39
import
turtle
import
turtle
# pen=turtle.Pen()
# pen.write("嗨,"font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
# import turtle
pen1
=
turtle
.
Pen
()
pen1
=
turtle
.
Pen
()
pen1
.
color
(
"red"
)
pen1
.
color
(
"red"
)
pen1
.
left
(
45
)
pen1
.
left
(
45
)
...
@@ -13,4 +8,11 @@ pen1.right(90)
...
@@ -13,4 +8,11 @@ pen1.right(90)
pen1
.
circle
(
50
,
180
)
pen1
.
circle
(
50
,
180
)
pen1
.
forward
(
100
)
pen1
.
forward
(
100
)
pen1
.
hideturtle
()
pen1
.
hideturtle
()
turtle
.
done
()
screen
=
turtle
.
Screen
()
\ No newline at end of file
screen
.
bgcolor
(
"pink"
)
pe
.
penup
()
penn
=
turtle
.
Pen
()
pen
.
goto
(
100
,
-
100
)
pen
.
write
(
"爱"
,
font
=
(
"Times"
,
20
,
"normal"
))
pen
.
hideturtle
()
turtle
.
done
()
ghrg.py
0 → 100644
View file @
03353e39
oi
=
"UIUIUI预估有图图预付消费变不回家干活"
oo
=
"UI古过过过过一图晕拖与过"
t1
=
list
(
oi
)
t2
=
list
(
oo
)
t1
.
insert
(
6
,
t2
)
print
(
t1
)
\ No newline at end of file
sdff.py
0 → 100644
View file @
03353e39
import
random
key
=
"狗肉馆热狗如果个人供热供热供热个人的身体热的赫瑞特三个户个人付high日热火锅不反弹任何个人合格"
d
=
input
(
""
)
noise
=
"gdfgdfbfdhtg"
t5
=
""
for
i
in
d
:
t1
=
i
t2
=
random
.
choice
(
key
)
t3
=
random
.
choice
(
key
)
t4
=
t1
+
t2
+
t3
t5
=
t5
+
t4
a1
=
list
(
t5
)
a
=
random
.
randint
(
0
,
len
(
a1
))
a1
.
insert
(
a
,
noise
)
b
=
""
.
join
(
a1
)
print
(
b
)
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