Commit 2b2f6b7f by BellCodeEditor

save project

parent b011ba71
Showing with 16 additions and 0 deletions
with open(r'C:\Users\Administrator\Desktop\book.txt','r',encoding='utf-8')as filt:
a=book.readlines()
for i in range(a):
print(i)
\ No newline at end of file
s = 1
for i in range(5):
if i == 4:
continue
s = i*s
print(s)
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