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

Posted 互联网小队

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了笨办法学 Python(第三版)习题 1: 第一个程序相关的知识,希望对你有一定的参考价值。

参考书籍

代码

# -*- 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.')

加分习题

常见问题回答

以上是关于笨办法学 Python(第三版)习题 1: 第一个程序的主要内容,如果未能解决你的问题,请参考以下文章

笨办法学 Python(第三版)习题 11: 提问

笨办法学 Python(第三版)习题 12: 提示别人

笨办法学 Python(第三版)习题 15: 读取文件

笨办法学 Python(第三版)习题 8: 打印,打印

笨办法学 Python(第三版)习题 7: 更多打印

笨办法学 Python(第三版)习题 16: 读写文件