【发布时间】:2022-07-22 05:27:40
【问题描述】:
def hello(to="world")
print("hello,",to)
hello()
name = input ("What's your name?")
hello(name)
【问题讨论】:
-
你的问题是什么?
def hello(to="world")
print("hello,",to)
hello()
name = input ("What's your name?")
hello(name)
【问题讨论】:
请说明你想问什么。
【讨论】: