diff --git a/__pycache__/func.cpython-37.pyc b/__pycache__/func.cpython-37.pyc
new file mode 100644
index 0000000..4f0f555
Binary files /dev/null and b/__pycache__/func.cpython-37.pyc differ
diff --git a/func.py b/func.py
new file mode 100644
index 0000000..c346d1a
--- /dev/null
+++ b/func.py
@@ -0,0 +1,4 @@
+import func
+data = func.new_input()
+score = func.sun(data)
+print("这位选手的总分数为:"+str(score))     
\ No newline at end of file