petit_herisson

导航

Exercise 1 - print

print("Hello World!")
print("Hello Again")
print("I like typing")
print("This is fun")
print("Yay! Printing...")
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')

output

Hello World!
Hello Again
I like typing
This is fun
Yay! Printing...
I'd much rather you 'not'.
I "said" do not touch this.

 

 

2019-09-26

19:59:05

posted on 2019-09-26 14:19  petit_herisson  阅读(93)  评论(0)    收藏  举报