Commit ae0d3858 by BellCodeEditor

auto save

parent 0424d4de
inport random
t="hello word"
for i in t:
print(i)
\ No newline at end of file
t="hello word"
for i in t:
print(i)
\ No newline at end of file
import random
str1="本节课我们学习文字加密"
str2="用python进行"
a=list(str1)
b="".join(a.insert(7,str2))
print(b)
\ No newline at end of file
text=["p","y","h","o","n"]
o="".join(text)
print(o)
\ No newline at end of file
str1="bellcode"
for i in str1[5:]
print(i)
\ No newline at end of file
++ "b/hfdvgdkuv\343\200\202py"
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