入门级程序啦,Hello world!
print("Hello World!")
print("Hello again")
print("I like typing this.")
print("This is fun.")
print('Yay!Printing.')
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')
#运行结果:
结束!
入门级程序啦,Hello world!
print("Hello World!")
print("Hello again")
print("I like typing this.")
print("This is fun.")
print('Yay!Printing.')
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')
#运行结果:
结束!