Commit 9bd861e5 by BellCodeEditor

save project

parent 856e55e6
Showing with 3 additions and 2 deletions
import diy import diy
date=diy.new_input() data=diy.new_input()
score=diy.sum(date) score=diy.sum(data)
print("分数:"+str(score)) print("分数:"+str(score))
\ No newline at end of file
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