Commit 0d1792cc by BellCodeEditor

auto save

parent 89308e22
Showing with 25 additions and 14 deletions
list1=['贝','尔','星','球']
str1='/'.join(list1)
print(str1)
import turtle as t
for i in range(2):
t.forward(200)
t.left(90)
t.forward(100)
t.left(90)
t.left(45)
t.forward(141.45)
t.right(90)
t.forward(141.45)
t.done()
\ No newline at end of file
import random
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
import turtle as t
t.circle(100)
t.fillcolor("blue")
t.begin_fill()
t.circle(100,90)
t.left(90)
t.forward(200)
t.right(90)
t.circle(-100,90)
t.right(90)
t.forward(200)
t.end_fill()
t.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment