Return data in a function:Python

后端 未结 0 1216
南方客
南方客 2021-01-31 06:04
def my_s(*names):

for x in names: print(f"Hi {x}") return print(my_s("Johny","Mike"))

the code is fine but it only

相关标签:
回答
  • 消灭零回复
提交回复
热议问题