开发者社区 问答 正文

Python编程中author作者信息的执行语句是什么呢?

Python编程中author作者信息的执行语句是什么呢?

展开
收起
闻闻615 2022-03-31 16:21:10 834 分享 版权
1 条回答
写回答
取消 提交回答
  • author = "Jack"

    def show()

    print(author)

    show()

    2022-03-31 16:23:25
    赞同 展开评论