Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson5_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
Commit
07ac90d1
authored
Sep 24, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
047131b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
21 deletions
hcx
hcx
View file @
07ac90d1
# import turtle
# a=2
# pen=turtle.Pen()
# pen.speed(0)
# aa=("skyblue","cyan","blue","purple")
# for i in range (40000):
# pen.forward(a)
# pen.right(91)
# a+=2
# pen.color(aa[i%4])
# turtle.done()
import turtle
pen=turtle.Pen()
pen.goto(0,-250)
pen.circle(260)
pen.penup()
pen.goto(0,0)
pen.pendown()
pen.right(190)
pen.forward(150)
pen.hideturtle()
import random
key="信息加密好酷啊"
str=random.choice(key)
print(str)
import random
key="cqiwq额外的无 ;43‘陶5诺依,周末一起去看动漫展吧认为额吴吧 k83e932 电饭煲的 等等我oqo37饿哦额1哦的核武器区委獊我抢去王企鹅群额哦2容器厄齐尔无群二期的全部都去了的"
messge="诺依,周末一起去看动漫展吧"
text1 = ""
for i in messge:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
text1 +=text
print(text1)
li_list=list(text1)
li_list.insert(4,"很到位额")
text2="jw去a本次cwiv单我地范 hs)n".join(li_list)
print(text2)
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