Commit 65f2c80d by BellCodeEditor

save project

parent 1eedc997
Showing with 5 additions and 5 deletions
import func
data = func.new_input()
score = func.sum_price(data)
print("这名选手的总分为:"+str(score))
\ No newline at end of file
import tkinter
root = tkinter.Tk()
root.title("注册")
root.geometry()
root.mainloop()
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