Commit a54bc5f4 by BellCodeEditor

save project

parent 87022d55
Showing with 15 additions and 3 deletions
qwewqw=open(r"C:\\Users\\Dell\\Desktop\\ksal.txt",'a',encoding='utf-8')
qwewqw.write('drgrtyhgftyhgfrthgftyhgfrtudrtufujh\n')
with open(r'C:\\Users\\Dell\\Desktop\\ksal.txt','a',encoding='utf-8') as f1:
f1.write('jhgcffgvhjcklsjshg')
\ No newline at end of file
...@@ -15,5 +15,12 @@ def new_input(): ...@@ -15,5 +15,12 @@ def new_input():
print("_"*30) print("_"*30)
return total return total
oxuldtjoglkwjh4bejvghykhukwefwajhgeft=new_input() oxu = new_input()
print(oxuldtjoglkwjh4bejvghykhukwefwajhgeft)
\ No newline at end of file def skjaa_kdhf(oxu):
w=0
for i in oxu:
w=i+w
print(w)
return w
skjaa_kdhf()
\ 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