#定义了一个无参无返回值的函数
def myPrint():
print("sunck is a very good man!")
print("sunck is a nice man!")
print("sunck is a handsome man!")

myPrint()
myPrint()
myPrint()
myPrint()
myPrint()

相关文章:

  • 2021-07-17
  • 2021-09-14
  • 2021-10-30
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-04-30
相关资源
相似解决方案