# 输出打印
print(‘hello world!‘)
# 代码过长使用 \换行
print(‘Although it was signed into law just last month, grassroots groups tasked \with wading through its aftermath told Newsweek that its effects are already being felt.‘)
# 注释
# 这是一行注释
原文:https://www.cnblogs.com/chuck-study/p/15266871.html