python3.7-初学篇-02
Posted liangbannerhulk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.‘)
以上是关于python3.7-初学篇-02的主要内容,如果未能解决你的问题,请参考以下文章