Commit f18212d5 by BellCodeEditor

save project

parent 76b3e4f0
Showing with 8 additions and 5 deletions
for i in range(1,10): abc = ""
for j in range(1,i+1):
print(str(i)+"X"+str(j)+"="+str(i*j),end=" ") with open(r"C:\Users\12486\Desktop\001.txt\001.txt","w",encoding="utf-8") as file1:
print() flie1.write("lan:12'\n'wen:9'\n'wei:16")
\ No newline at end of file for i in file1:
print(i)
if 'lan:12' in file1:
print('is in there!')
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