learn python 3the hard way ex4 5 6 7

ex4Study drills:

第七栏定义的是carpool_capacity, 而第八栏却使用car_pool_capacity.所以程序报错。

1.、不是必要的,除非最后计算结果没车坐>4人才有影响。

2、用x=100与x = 100。两种形式均可,但是第二种更好,在符号处加上空格更方便 阅读。

ex5:

1、下列两项不一样,a=1是对a赋值1,第二个则是名词的含义,换言之,名词需加上引号。

a = 1
a = ‘python’
2、format的用法 后跟双引号。
f"Let's talk about {my_name}."

ex6:

1、string:字符串。是你想从程序输出的字符文本。python中“”或者‘’之间的部分被视为字符串。

2、变量与赋值:type = 10,中type即为变量,10为赋值。并且变量英文单词中间不能有空格,例如第一项不可以,第二项才可以。

type of people
type_of_people
3、study drills:我觉得只有一处,题目的意思是双引号的有单引号。
print(f"I also said: '{y}'")

ex7

综合下format的两个方式:format前有.

hilarious = False
joke_evaluation = "Isn't that joke so funny?!{}"
print(joke_evaluation.format(hilarious))
print("Its fleece was white as {}.".format('snow'))
注意{},不要忘记。



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Master Python and become a programmer-even if you never thought you could! This breakthrough book and CD can help practically anyone get started in programming. It's called 'The Hard Way,' but it's really quite simple. What's 'hard' is this: it requires discipline, practice, and persistence. Zed A. Shaw teaches the Python programming language through a series of 52 brilliantly-crafted exercises-all formatted consistently, and most no longer than two pages (including 'extra credit'). Just read each exercise, type in its sample code precisely (no copy-and-paste!), and make the programs run. As you read, type, fix your mistakes, and watch the results, you'll learn how software works, how programming works, what good programs look like, and how to read, write, and see code. You'll discover how to spot crucial differences that fundamentally affect program behavior, and you'll learn everything you need to know about Python logic, input/output, variables, and functions. Above all, you'll learn the attention to detail that is indispensable to successful programming (and so much else in life). At first, yes, it can be difficult. But it gets easier. And Shaw offers plenty of extra guidance and insight through 5+ full hours of teaching video on the accompanying CD. As Shaw's thousands of online readers and fans will attest, the moment will come when you just 'get it'-and that moment feels great. Nothing important comes without discipline, practice, and persistence. But, with Learn Python the Hard Way, readers who bring those qualities to programming will master it-and they will reap the rewards, both personally and in their careers.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值