Commit b6ca47ff by BellCodeEditor

save project

parent de79229c
Showing with 4 additions and 2 deletions
...@@ -14,4 +14,6 @@ def li(): ...@@ -14,4 +14,6 @@ def li():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
return total return total
er=li() er=li()
\ No newline at end of file print(er)
print(er[3])
\ 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