Commit 28405204 by BellCodeEditor

auto save

parent 0f9f4071
Showing with 69 additions and 6 deletions
a=[1,'a',3,4,5,6]
b=''
for i in a:
b=b+str(i)
print(b)
\ No newline at end of file
import random # key = '''abcdefgh使用编bcdefgh使用编程实现位移替换加密,制作密码机关真是
# 太好玩了哈bcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈bc
# defgh使bcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈bcde
# fgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈bcdefgh使用编程实
# 现位移替换加密,制作密码机关真是太好玩了哈bcdefgh使用编程实现位移替换加
# 密,制作密码机关真是太好玩了哈bcdefgh使用编程实现位移替换加密,制作密码
# 机关真是太好玩了哈bcdefgh使用编程实现位移替换加密,制作密码机关真是太好
# 玩了哈bcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈bcdefg
# h使用编程实现位移替换加密,制作密码机关真是太好玩了哈bcdefgh使用编程实现
# 位移替换加密,制作密码机关真是太好玩了哈bcdefgh使用编程实现位移替换加密
# ,制作密码机关真是太好玩了哈用编程实现位移替换加密,制作密码机关真是太好
# 玩了哈程实现位移替换加密,制作密码机关真是太好玩了哈哈!"""
# print(key)
# c=1
# d=2
# a,b=c,d
# print(b)
# 私钥 # x, y, z = "Orange", "Banana", "Cherry"
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" # print(x)
# 要加密语句 # print(y)
message = "诺依,周末一起去看动漫展吧!" # print(z)
# 请使用私钥key,对message进行加密 # x = '3'
# print("Python is " + x)
# x = "awesome"
# def myfunc():
# x = "fantastic"
# print("Python is " + x)
# myfunc()
# print("Python is " + x)
# def myfunc():
# global x
# x = "fantastic"
# # myfunc()
# print("Python is " + x)
# x = "awesome"
# def myfunc():
# global x
# x = "fantastic"
# myfunc()
# print("Python is " + x)
# y = 6j # float
# y=str(y)
# print(y)
a='123456'
a=list(a)
a.insert(1,7)
b=''
for i in a:
b=b+str(i)
print(b)
\ No newline at end of file
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