main.py 509 B

1234567891011121314151617
  1. # 这是一个示例 Python 脚本。
  2. # 按 Shift+F10 执行或将其替换为您的代码。
  3. # 按 双击 Shift 在所有地方搜索类、文件、工具窗口、操作和设置。
  4. def print_hi(name):
  5. # 在下面的代码行中使用断点来调试脚本。
  6. print(f'Hi, {name}') # 按 Ctrl+F8 切换断点。
  7. # 按间距中的绿色按钮以运行脚本。
  8. if __name__ == '__main__':
  9. print_hi('PyCharm')
  10. # 访问 https://www.jetbrains.com/help/pycharm/ 获取 PyCharm 帮助
  11. ###vhgvaswegf