Commit f6c50289 by BellCodeEditor

auto save

parent f6d9b65c
Showing with 9 additions and 0 deletions
#a=open('C:\\Users\\Administrator\\Desktop\\r.txt','w',encoding='unt-8')
with open(r'C:\Users\Administrator\Desktop\r.txt','r',encoding='unt-8') as.a:
#a.write('asbgjbbszklj')
b=a.read()
for i in b:
if i=='b':
sum+=1
print(sum)
\ 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