python输入和输出

输出

1、表达式语句

2、print()

3、write()

美化输出格式

repr()产生一个解释器易读的表达形式:

a = "the sea has bank
my love is boundless"
print(a)
print(repr(a))  # 可以转义特殊字符
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python输入和输出