From 6bc93b36933dc3e5f6b132a10c15b65a49f16794 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 26 Nov 2023 11:14:54 +0800 Subject: [PATCH] save project --- __pycache__/func.cpython-37.pyc | Bin 0 -> 543 bytes func.py | 1 - swim.py | 5 +++++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 __pycache__/func.cpython-37.pyc create mode 100644 swim.py diff --git a/__pycache__/func.cpython-37.pyc b/__pycache__/func.cpython-37.pyc new file mode 100644 index 0000000..c5d45f6 Binary files /dev/null and b/__pycache__/func.cpython-37.pyc differ diff --git a/func.py b/func.py index 4593b58..c6a96f5 100644 --- a/func.py +++ b/func.py @@ -19,4 +19,3 @@ def sum(list): price=price+i return price -print(sum(new_input())) \ No newline at end of file diff --git a/swim.py b/swim.py new file mode 100644 index 0000000..f5819ec --- /dev/null +++ b/swim.py @@ -0,0 +1,5 @@ +import func +a=func.new_input() +b=func.sum(a) + +print(b) \ No newline at end of file -- libgit2 0.25.0