Commit a1fe954d by BellCodeEditor

save project

parent 50379cd7
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ def 输出(a): ...@@ -3,4 +3,5 @@ def 输出(a):
def 输入(c): def 输入(c):
input(c) input(c)
b=输入('sb') b=输入('sb')
输出(b)
\ No newline at end of file 输出(str(b))
\ 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