python3.7-初学篇-02
# -*- coding: utf-8 -*-
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.')
# -*- coding: utf-8 -*-
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.')