#!/usr/bin/python
# Hello World
def order():
    print("haha")
print('Hello World!')
order()

 

相关文章:

  • 2021-08-11
  • 2021-04-29
  • 2021-09-28
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案