Commit 50d390d3 by BellCodeEditor

save project

parent 17e87514
Showing with 15 additions and 4 deletions
with(r'c:\Users\TBR\Desktop\001','r',encoding='utf-8') as file:
a=file.readlines()
print(a)
for i in a;
print(i)
'''
'''
......@@ -4,11 +4,17 @@ if asd:
print("对")
else:
print("错")
'''
a=6
def fun1:
a=3
print(fun1)
def fun2:
a=4+a
print(fun2)
\ No newline at end of file
print(fun2)
'''
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