ex1-第一个程序 ”helloworld”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ex1-第一个程序 ”helloworld”相关的知识,希望对你有一定的参考价值。

技术分享

代码:

print("Hello world.")
print("Hello again.")
print("I like typing this.")
print("This is fun.")
print(‘Yay! Printing.‘) # 单引号跟双引号的效果一样的~
print("I‘d rather you ‘not‘.")
print(‘I said:"do not touch this."‘) # 外面如果用双引号,里面就打不出来了,所以用单引号~

图片:

 

以上是关于ex1-第一个程序 ”helloworld”的主要内容,如果未能解决你的问题,请参考以下文章

笨办法学Python(第四版)—— 习题 1:第一个程序

Structs复习 开始 第一个helloworld项目

PL/SQL 中的第一个程序

致命错误 LNK1104 C++

ex1.py不会在第7行打印

ex1 to ex3.py