Commit b420bdb1 by BellCodeEditor

auto save

parent d223b699
Showing with 15 additions and 0 deletions
with open(r'C:\Users\ZR\Desktop\diy1.py','a',encoding='utf-8') as f:
f.write("&&&&&&&&&&&&&##########@@@@@@@@@%%%%%%%%%%\n")
f.write("$$$$$$$$$$@@@@@@@@@@########$$$$$$$$$$$$$$\n")
with open(r'C:\Users\ZR\Desktop\diy1.py','r',encoding='utf-8') as f:
p1 = f.readline()
print(p1)
\ No newline at end of file
str = '@@@@、 ###、 %%%、 &&&、 ***'
str_p = str.split('、')
print(str_p)
\ 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