diff --git a/1.py b/1.py index 402a340..e8ee5d4 100644 --- a/1.py +++ b/1.py @@ -1 +1,2 @@ -import turtle \ No newline at end of file +import func +print(f'跳水分数是{sum(func.new_input())}') \ No newline at end of file diff --git a/__pycache__/func.cpython-37.pyc b/__pycache__/func.cpython-37.pyc new file mode 100644 index 0000000..bd66926 Binary files /dev/null and b/__pycache__/func.cpython-37.pyc differ diff --git a/func.py b/func.py index 41d490c..3b1f0ed 100644 --- a/func.py +++ b/func.py @@ -12,4 +12,4 @@ def new_input(): else: total.append(unit) return total -print(f'支付{sum(new_input())}') \ No newline at end of file +# print(f'支付{sum(new_input())}') \ No newline at end of file