笨方法python3_“笨方法”学Python3,习题 01 。

aa47d5b54266af02764640199843f638.png

笨方法”学Python3,习题 01:第一个程序

1、print函数有什么作用?

2、代码怎么运行?(见习题 0)

3、#的作用是什么?

###文章末尾会做总结

一、基础代码

所写代码:
print("Hello World")
print("Hello Again")
print("I like typing this.")
print("Yay! Printing.")
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')
---------------------------------------------------------------------------------------------------
应该看到的结果:
PS D:代码> & D:/软件/python/python.exe d:/代码/ex1.py
Hello World
Hello Again
I like typing this.
Yay! Printing.
I'd much rather you 'not'.
I "said" do not touch this.

a1b2d0d8b2ea8769c1fd3fa91b95d581.png
脚本是在VS Code中执行的,详情看习题 0

二、巩固练习

1、让你的脚本再多打印一行
所写代码:
print("Hello World")
print("Hello Again")
print("I like typing this.")
print("Yay! Printing.")
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')
print('My name is Jimmy.')
---------------------------------------------------------------------------------------------------
应该看到的结果:
PS D:代码> & D:/软件/python/python.exe d:/代码/ex1.py
Hello World
Hello Again
I like typing this.
Yay! Printing.
I'd much rather you 'not'.
I "said" do not touch this.
my name is Jimmy.

15573ec8df0da132e911e0b3e82418bc.png
2&3、只打印其中一行和“#”的作用是什么
所写代码:
#print("Hello World")
##print("Hello Again")
###print("I like typing this.")
####print("Yay! Printing.")
######print("I'd much rather you 'not'.")
#######print('I "said" do not touch this.')
print('my name is #jimmy.')
---------------------------------------------------------------------------------------------------
应该看到的结果:
PS D:代码> & D:/软件/python/python.exe d:/代码/ex1.py
my name is #jimmy.

6b9c1122cf3ba12c9b15cdafd486aa83.png

总结:

1、print可以打印一句话,以print("***")这种形式,把双引号换成单引号也可以。

2、#(octothorpe)可以让后面的代码无效,起到注释作用,但是放在print的双引号里没用。

3、书上得知SyntaxError 是语法错误,"^"标记错误位置。

^ v ^,知乎此系列文章内容均会在微信公众号中同步更新,公众号:小民有个小旮旯

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值