From f3da5ac4072d360d3f1ca90dee9b7b270ff4593c Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 21 Nov 2021 10:33:27 +0800 Subject: [PATCH] save project --- __pycache__/func.cpython-37.pyc | Bin 0 -> 533 bytes v.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 __pycache__/func.cpython-37.pyc create mode 100644 v.py diff --git a/__pycache__/func.cpython-37.pyc b/__pycache__/func.cpython-37.pyc new file mode 100644 index 0000000..d60fade Binary files /dev/null and b/__pycache__/func.cpython-37.pyc differ diff --git a/v.py b/v.py new file mode 100644 index 0000000..d59a585 --- /dev/null +++ b/v.py @@ -0,0 +1,4 @@ +import func +a=func.opp() +z=func.u(a) +print('分数为str(z)') \ No newline at end of file -- libgit2 0.25.0