print("Hello world") print("Hello zhangliang") print("I like typing this.") print("This is fun.") print('Yay! Pringting.') print("I'd much rather you 'not'.") print('I "said" do not touch this.') #打印 “” ‘’ 主要看习惯和内容
print("Hello world")
print("Hello zhangliang")
print("I like typing this.")
print("This is fun.")
print('Yay! Pringting.')
print("I'd much rather you 'not'.")
print('I "said" do not touch this.') #打印 “” ‘’ 主要看习惯和内容