Commit efbf1758 by BellCodeEditor

save project

parent 6deee6fc
Showing with 13 additions and 3 deletions
# abc=[21,667,6547]
# count=0
# for i in abc:
# count=count+i
# print(count)
# def ujikol(name):
# content="efguih"+name
# return content
# result=ujikol("vjh")
# print("efguihvjh")
\ No newline at end of file
...@@ -14,5 +14,5 @@ def abc(): ...@@ -14,5 +14,5 @@ def abc():
finally: finally:
print("-"*30) print("-"*30)
print(total) print(total)
return total
abc() abc()
\ 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