python使用制表符或者换行符来添加空白--3

#!/usr/bin/python
#coding=utf-8
message="python"
print(message)
print("\tpython")
print("hello\npython\nhello\nworld")

  

 

 

 

posted @ 2020-12-26 22:09  tigergaonotes  阅读(85)  评论(0编辑  收藏  举报