【问题标题】:I want to ask something about my variable in python我想问一些关于我在 python 中的变量的问题
【发布时间】:2022-07-22 05:27:40
【问题描述】:
def hello(to="world") 
    print("hello,",to)

hello()
name = input ("What's your name?")
hello(name)

【问题讨论】:

  • 你的问题是什么?

标签: python function variables


【解决方案1】:

请说明你想问什么。

【讨论】:

  • 这应该是评论,而不是答案。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2023-01-15
  • 1970-01-01
  • 2020-01-27
  • 1970-01-01
  • 1970-01-01
  • 2023-03-29
  • 1970-01-01
相关资源
最近更新 更多