好吧这个有点简单了

#使用交互模式
python
#使用python3交互模式
python3
#使用 带有命令行的交互模式
ipython
ipython3
#-*- coding:utf-8 -*-

#单行注释

'''
多行注释
'''
print("hello world")

input输入函数

# -*- coding: UTF-8 -*-
#
high = input("请输入你的身高:")

python基础之Helloworld及注释(一)

相关文章:

  • 2021-12-18
  • 2021-12-24
  • 2021-07-16
  • 2021-11-20
  • 2021-11-28
  • 2022-12-23
  • 2021-06-25
猜你喜欢
  • 2021-11-08
  • 2022-01-09
  • 2022-02-25
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-06-18
相关资源
相似解决方案