#习题39 列表的操作
ten_things = "Apples Oranges Crows Telephone Light Sugar"print("Wait there's not 10 things in that list,let's fix that.")stuff = ten_things.split(' ')
more_stuff = ["Day","Night","Song","Firsbee","Corn","Banana","Girl","Boy"]while len(stuff) != 10:next_one = more_stuff.pop()print("Adding:",next_one)stuff.append(next_one)print("There's %d items now." % len(stuff))
print("There we go:",stuff)
print("Let's do some things with stuff.")
print(stuff[1])
print(stuff[-1])
print(stuff.pop())
print(' '.join(stuff))
print('#'.join(stuff[3:5]))

加分习题

1. 将每一个被调用的函数以上述的方式翻译成 Python 实际执行的动作。例如: ' '.join(things) 其实是 join(' ', things) 。

2. 将这两种方式翻译为自然语言。例如, ' '.join(things) 可以翻译成“用 ‘ ‘ 连接(join) things”,而 join(' ', things) 的意思是“为 ‘ ‘ 和 things 调用 join 函数”。这其实是同一件事情。

3. 上网阅读一些关于“面向对象编程(Object Oriented Programming)”的资料。晕了吧?嗯,我以前也是。别担心。你将从这本书学到足够用的关于面向对象编程的基础知识,而以后你还可以慢慢学到更多。

4. 查一下 Python中的 “class” 是什么东西。不要阅读关于其他语言的 “class” 的用法,这会让你更糊涂。

http://www.runoob.com/python3/python3-class.html

5. dir(something) 和 something 的 class 有什么关系?

6. 如果你不知道我讲的是些什么东西,别担心。程序员为了显得自己聪明,于是就发明了 Opject Oriented Programming,简称为 OOP,然后他们就开始滥用这个东西了。如果你觉得这东西太难,你可以开始学一下 “函数编程(functional programming)”。

#习题40 字典
cities = {'CA':'San Francisco','MI':'Detroit','FL':'Jacksonville'}
cities['NY'] = 'New York'
cities['OR'] = 'Portland'def find_city(themap,state):if state in themap:return themap[state]else:return "Not found."
cities['_find'] = find_citywhile True:print("State?(ENTER to quit)",end='')state = input(">")if not state:break# this line is the most important ever! study!city_found = cities['_find'](cities,state)print(city_found)

#习题41:来自Percal 25号行星的哥顿人(Gothons)
from sys import exit
from random import randintdef death():quips = ["You died. You kinda suck at this.","Nice job,you died ...jackass.","Such a luser.","I have a small puppy that's better at this."]print(quips[randint(0,len(quips)-1)])exit(1)def central_corridor():print("The Gothons of Planet Percal #25 have invaded your ship and destroy")print("your entire crew.You are the last surviving member and your last")print("mission is to get the neutron destruct bomb from the Weapons Armory,")print("put it in the bridge,and blow the ship up after getting into an")print("escape pod.")print("\n")print("You're running down the central corridor to the Weapons Armory when")print("a Gothon jumps out, red scaly skin,dark grimy teeth,and evil clown costume")print("flowing around his hate filled body. He's blocking the door to the")print("Armory and about to pull a weapon to blast you.")action = input("> ")if action == "shoot!":print("Quick on the draw you yank out your blaster and fie it at the Gothon.")print("His clown costume is flowing and moving around his body,which throws")print("off your aim. Your laster hits his costume but misses hime entirely. This")print("comletely ruins his brand new costume his mother bought him,which")print("makes him fly into an insane rage and blast you repeatedly in the face until")print("you are dead, Then he eats you.")return 'death'elif action == "dodge!":print("Like a world class boxer you dodge,weave,slip and slide right")print("as the Gothon's blaster cranks a laser past your head.")print("In the middle of your artful dodge your foot slips and you")print("bang your head on the metal wall and pass out.")print("You wake up shortly after only to die as the Gothon stomps on")print("your head and eats you.")return 'death'elif action == "tell a joke":print("Lucky for you they made you learn Gothon instults in the academy.")print("You tell the one Gothon joke you know:")print("Lbhe zbgure vf fb sng,jura fur fvgf nebhaq gurubhfr,fur fvgf nebhaq gur ubhfr.")print("The Gothon stops,tries not to laugh,then busts out laughing and can't move.")print("While he's laughing you run up and shoot him square in the head")print("putting him down, then jump through the Weapon Armory door.")return 'laser_weapon_armory'else:print("DOES NOT COMPUTE!")return 'central_corridor'def laser_weapon_armory():print("You do a dive roll into the Weapon Armory,crouch and scan the room")print("for more Gothons that might be hiding. It's dead quiet, too quiet.")print("You stand up and run to the far side of the and find the")print("neutron bomb in its container. There's a keypad lock on the box")print("and you need the code to get the bomb out. If you get the code")print("wrong 10 times then the lock closes forever and you can't")print("get the bomb. The code is 3 digits.")code = "%d%d%d" % (randint(1,9),randint(1,9),randint(1,9))guess = input("[keypad]> ")guesses = 0while guess != code and guesses < 10:print("BZZZZEDDD!")guesses += 1guess = input("[keypad]> ")if guess == code:print("The container clicks open and the seal breaks,letting gas out.")print("You grab the neutron bomb and run as fast as you can to the")print("bridge where you must place it in the right spot.")return 'the_bridge'else:print("The lock buzzes one last time and then you hear a sickening")print("melting sound as the mechanism is  fused together.")print("You decide to sit there,and finally the Gothons blow up the")print("ship from their ship and you die.")return 'death'
def the_bridge():print("You burst onto the Bridge with the neutron destruct bomb")print("under your arm and surprise 5 Gothons who are trying to")print("take control of the ship. Each of them has an even uglier")print("clown costume than the last. They haven't pulled their")print("weapons out yet,as they see the active bomb under your")print("arm and don't want to set it off.")action = input("> ")if action == "throw the bomb":print("In a panic you throw the bomb at the group of Gothons")print("and make a leap for the door. Right as you drop it a")print("Gothon shoots you right in the back killing you.")print("As you die you see another Gothon frantically try to disarm")print("the bomb.You die knowing they will blow up when")print("it goes off.")return 'death'elif action =="slowly p;ace the bomb":print("You point your blaster at the bomb under your arm")print("and the Gothons put their hands up and start to sweat.")print("You inch backward to the door,open it,and then carefuuly")print("place the bomb on the floor,pointing your blaster at it.")print("You then jump back through the door,punch the close button")print("and blast the lock so the Goths can't get out.")print("Now that the bomb is placed you run to the escape pod to")print("get off this tin can.")return 'escape_pod'else:print("DOES NOT COMPUTE!")return "the_bridge"
def escape_pod():print("You rush through the ship desperately trying to make it to")print("the escape pod before the whole ship explodes. It seems like")print("hardly any Gothons are on the ship, so your run is clear of")print("interference.You get to the chamber with the escape pods,and")print("now need to pick one to take. Some of them could be damaged")print("but you don't have time to look. There's 5 pods, which one")print("do you take?")good_pod = randint(1,5)guess = input("[pod #]> ")if int(guess) != good_pod:print("You jump into pod%s and hit the eject button."% guess)print("The pod escapes out into the void of space,then")print("implodes as the hull ruptures,crushing your body")print("into jam jelly.")return 'death'else:print("You jump into pod%s and hit the eject button."%guess)print("The pod easily slides out into space heading to")print("the planet below. As it flies to the planet,you look")print("back and see your ship implode then explode like a")print("bright star,taking out the Gothon ship at the same")print("time.You won!")exit(0)
ROOMS = {'death':death,'central_corridor':central_corridor,'laser_weapon_armory':laser_weapon_armory,'the_bridge':the_bridge,'escape_pod':escape_pod
}
def runner(map,start):next = startwhile True:room = map[next]print("\n--------")next = room()
runner(ROOMS,'central_corridor')

C:\Users\Aminiy\PycharmProjects\untitled\venv\Scripts\python.exe C:/Users/Aminiy/PycharmProjects/untitled/ex41.py

--------
The Gothons of Planet Percal #25 have invaded your ship and destroy
your entire crew.You are the last surviving member and your last
mission is to get the neutron destruct bomb from the Weapons Armory,
put it in the bridge,and blow the ship up after getting into an
escape pod.

You're running down the central corridor to the Weapons Armory when
a Gothon jumps out, red scaly skin,dark grimy teeth,and evil clown costume
flowing around his hate filled body. He's blocking the door to the
Armory and about to pull a weapon to blast you.
> tell a joke
Lucky for you they made you learn Gothon instults in the academy.
You tell the one Gothon joke you know:
Lbhe zbgure vf fb sng,jura fur fvgf nebhaq gurubhfr,fur fvgf nebhaq gur ubhfr.
The Gothon stops,tries not to laugh,then busts out laughing and can't move.
While he's laughing you run up and shoot him square in the head
putting him down, then jump through the Weapon Armory door.

--------
You do a dive roll into the Weapon Armory,crouch and scan the room
for more Gothons that might be hiding. It's dead quiet, too quiet.
You stand up and run to the far side of the and find the
neutron bomb in its container. There's a keypad lock on the box
and you need the code to get the bomb out. If you get the code
wrong 10 times then the lock closes forever and you can't
get the bomb. The code is 3 digits.
[keypad]> 123
BZZZZEDDD!
[keypad]> 234
BZZZZEDDD!
[keypad]> 345
BZZZZEDDD!
[keypad]> 456
BZZZZEDDD!
[keypad]> 567
BZZZZEDDD!
[keypad]> 678
BZZZZEDDD!
[keypad]> 789
BZZZZEDDD!
[keypad]> 384
BZZZZEDDD!
[keypad]> 764
BZZZZEDDD!
[keypad]> 354
BZZZZEDDD!
[keypad]> 263
The lock buzzes one last time and then you hear a sickening
melting sound as the mechanism is  fused together.
You decide to sit there,and finally the Gothons blow up the
ship from their ship and you die.

--------
I have a small puppy that's better at this.

Process finished with exit code 1

加分习题

1. 解释一下返回至下一个房间的工作原理。

2. 创建更多的房间,让游戏规模变大。

3. 除了让每个函数打印自己以外,再学习一下“文档字符串(doc strings)”式的注解。看看你能不能将房间描述写成文档注解,然后修改运行它的代码,让它把文档注解打印出来。

4. 一旦你用了文档注解作为房间描述,你还需要让这个函数打印出用户提示吗?试着让运行函数的代码打出用户提示来,然后将用户输入传递到各个函数。你的函数应该只是一些 if 语句组合,将结果打印出来,并且返回下一个房间。

5. 这其实是一个小版本的“有限状态机(finite state machine)”,找资料阅读了解一下,虽然你可能看不懂,但还是找来看看吧。

#习题41:来自Percal 25号行星的哥顿人(Gothons)
from sys import exit
from random import randint
class Game(object):def __init__(self,start):self.quips = ["You died. You kinda suck at this.","Nice job,you died ...jackass.","Such a luser.","I have a small puppy that's better at this."]self.start = startdef play(self):next = self.startwhile True:print("\n--------------")room = getattr(self,next)next = room()def death(self):print(self.quips[randint(0,len(self.quips)-1)])exit(1)def central_corridor(self):print("The Gothons of Planet Percal #25 have invaded your ship and destroy")print("your entire crew.You are the last surviving member and your last")print("mission is to get the neutron destruct bomb from the Weapons Armory,")print("put it in the bridge,and blow the ship up after getting into an")print("escape pod.")print("\n")print("You're running down the central corridor to the Weapons Armory when")print("a Gothon jumps out, red scaly skin,dark grimy teeth,and evil clown costume")print("flowing around his hate filled body. He's blocking the door to the")print("Armory and about to pull a weapon to blast you.")action = input("> ")if action == "shoot!":print("Quick on the draw you yank out your blaster and fie it at the Gothon.")print("His clown costume is flowing and moving around his body,which throws")print("off your aim. Your laster hits his costume but misses hime entirely. This")print("comletely ruins his brand new costume his mother bought him,which")print("makes him fly into an insane rage and blast you repeatedly in the face until")print("you are dead, Then he eats you.")return 'death'elif action == "dodge!":print("Like a world class boxer you dodge,weave,slip and slide right")print("as the Gothon's blaster cranks a laser past your head.")print("In the middle of your artful dodge your foot slips and you")print("bang your head on the metal wall and pass out.")print("You wake up shortly after only to die as the Gothon stomps on")print("your head and eats you.")return 'death'elif action == "tell a joke":print("Lucky for you they made you learn Gothon instults in the academy.")print("You tell the one Gothon joke you know:")print("Lbhe zbgure vf fb sng,jura fur fvgf nebhaq gurubhfr,fur fvgf nebhaq gur ubhfr.")print("The Gothon stops,tries not to laugh,then busts out laughing and can't move.")print("While he's laughing you run up and shoot him square in the head")print("putting him down, then jump through the Weapon Armory door.")return 'laser_weapon_armory'else:print("DOES NOT COMPUTE!")return 'central_corridor'def laser_weapon_armory(self):print("You do a dive roll into the Weapon Armory,crouch and scan the room")print("for more Gothons that might be hiding. It's dead quiet, too quiet.")print("You stand up and run to the far side of the and find the")print("neutron bomb in its container. There's a keypad lock on the box")print("and you need the code to get the bomb out. If you get the code")print("wrong 10 times then the lock closes forever and you can't")print("get the bomb. The code is 3 digits.")code = "%d%d%d" % (randint(1,9),randint(1,9),randint(1,9))guess = input("[keypad]> ")guesses = 0while guess != code and guesses < 10:print("BZZZZEDDD!")guesses += 1guess = input("[keypad]> ")if guess == code:print("The container clicks open and the seal breaks,letting gas out.")print("You grab the neutron bomb and run as fast as you can to the")print("bridge where you must place it in the right spot.")return 'the_bridge'else:print("The lock buzzes one last time and then you hear a sickening")print("melting sound as the mechanism is  fused together.")print("You decide to sit there,and finally the Gothons blow up the")print("ship from their ship and you die.")return 'death'def the_bridge(self):print("You burst onto the Bridge with the neutron destruct bomb")print("under your arm and surprise 5 Gothons who are trying to")print("take control of the ship. Each of them has an even uglier")print("clown costume than the last. They haven't pulled their")print("weapons out yet,as they see the active bomb under your")print("arm and don't want to set it off.")action = input("> ")if action == "throw the bomb":print("In a panic you throw the bomb at the group of Gothons")print("and make a leap for the door. Right as you drop it a")print("Gothon shoots you right in the back killing you.")print("As you die you see another Gothon frantically try to disarm")print("the bomb.You die knowing they will blow up when")print("it goes off.")return 'death'elif action =="slowly p;ace the bomb":print("You point your blaster at the bomb under your arm")print("and the Gothons put their hands up and start to sweat.")print("You inch backward to the door,open it,and then carefuuly")print("place the bomb on the floor,pointing your blaster at it.")print("You then jump back through the door,punch the close button")print("and blast the lock so the Goths can't get out.")print("Now that the bomb is placed you run to the escape pod to")print("get off this tin can.")return 'escape_pod'else:print("DOES NOT COMPUTE!")return "the_bridge"def escape_pod(self):print("You rush through the ship desperately trying to make it to")print("the escape pod before the whole ship explodes. It seems like")print("hardly any Gothons are on the ship, so your run is clear of")print("interference.You get to the chamber with the escape pods,and")print("now need to pick one to take. Some of them could be damaged")print("but you don't have time to look. There's 5 pods, which one")print("do you take?")good_pod = randint(1,5)guess = input("[pod #]> ")if int(guess) != good_pod:print("You jump into pod%s and hit the eject button."% guess)print("The pod escapes out into the void of space,then")print("implodes as the hull ruptures,crushing your body")print("into jam jelly.")return 'death'else:print("You jump into pod%s and hit the eject button."%guess)print("The pod easily slides out into space heading to")print("the planet below. As it flies to the planet,you look")print("back and see your ship implode then explode like a")print("bright star,taking out the Gothon ship at the same")print("time.You won!")exit(0)
a_game = Game("central_corridor")
a_game.play()
# ROOMS = {
#     'death':death,
#     'central_corridor':central_corridor,
#     'laser_weapon_armory':laser_weapon_armory,
#     'the_bridge':the_bridge,
#     'escape_pod':escape_pod
# }
# def runner(map,start):
#     next = start
#     while True:
#         room = map[next]
#         print("\n--------")
#         next = room()
# runner(ROOMS,'central_corridor')

C:\Users\Aminiy\PycharmProjects\untitled\venv\Scripts\python.exe C:/Users/Aminiy/PycharmProjects/untitled/ex41t.py

--------------
The Gothons of Planet Percal #25 have invaded your ship and destroy
your entire crew.You are the last surviving member and your last
mission is to get the neutron destruct bomb from the Weapons Armory,
put it in the bridge,and blow the ship up after getting into an
escape pod.

You're running down the central corridor to the Weapons Armory when
a Gothon jumps out, red scaly skin,dark grimy teeth,and evil clown costume
flowing around his hate filled body. He's blocking the door to the
Armory and about to pull a weapon to blast you.
> tell a joke
Lucky for you they made you learn Gothon instults in the academy.
You tell the one Gothon joke you know:
Lbhe zbgure vf fb sng,jura fur fvgf nebhaq gurubhfr,fur fvgf nebhaq gur ubhfr.
The Gothon stops,tries not to laugh,then busts out laughing and can't move.
While he's laughing you run up and shoot him square in the head
putting him down, then jump through the Weapon Armory door.

--------------
You do a dive roll into the Weapon Armory,crouch and scan the room
for more Gothons that might be hiding. It's dead quiet, too quiet.
You stand up and run to the far side of the and find the
neutron bomb in its container. There's a keypad lock on the box
and you need the code to get the bomb out. If you get the code
wrong 10 times then the lock closes forever and you can't
get the bomb. The code is 3 digits.
[keypad]> 111
BZZZZEDDD!
[keypad]> 3334
BZZZZEDDD!
[keypad]> 555
BZZZZEDDD!
[keypad]> 666
BZZZZEDDD!
[keypad]> 7
BZZZZEDDD!
[keypad]> 1
BZZZZEDDD!
[keypad]> 2
BZZZZEDDD!
[keypad]> 3
BZZZZEDDD!
[keypad]> 4
BZZZZEDDD!
[keypad]> 5
BZZZZEDDD!
[keypad]> 6
The lock buzzes one last time and then you hear a sickening
melting sound as the mechanism is  fused together.
You decide to sit there,and finally the Gothons blow up the
ship from their ship and you die.

--------------
You died. You kinda suck at this.

Process finished with exit code 1

笨办法学python习题39-40相关推荐

  1. 笨办法学Python3 习题39和习题40

    习题38 列表的操作 # create a mapping of state to an abbreviation states = {'Oregon': 'OR','Florida': 'FL',' ...

  2. python编程试题定位列表元素的函数是_笨办法学Python 习题 34: 访问列表的元素

    列表的用处很大,但只有你能访问里边的内容时它才能发挥出作用来.你已经学会了按顺序读出列表的内容,但如果你要得到第 5 个元素该怎么办呢?你需要知道如何访问列表中的元素.访问第一个元素的方法是这样的:a ...

  3. python函数作为参数例题_笨办法学Python 习题 19: 函数和变量

    函数这个概念也许承载了太多的信息量,不过别担心.只要坚持做这些练习,对照上个练习中的检查点检查一遍这次的联系,你最终会明白这些内容的. 有一个你可能没有注意到的细节,我们现在强调一下:函数里边的变量和 ...

  4. 《笨办法学python》6_笨办法学Python 习题 25: 更多更多的练习

    我们将做一些关于函数和变量的练习,以确认你真正掌握了这些知识.这节练习对你来说可以说是一本道:写程序,逐行研究,弄懂它. 不过这节练习还是有些不同,你不需要运行它,取而代之,你需要将它导入到 pyth ...

  5. 小甲鱼python课后题简书_【Python爬虫】-笨办法学 Python 习题01-10

    一.作业内容: 01.将下面的内容写到一个文件中,取名为ex1.py.这个命名方式很重要,Python文件最好以.py结尾. 1 print "Hello World!" 2 pr ...

  6. 笨办法学 Python · 续 练习 40:SQL 读取

    练习 40:SQL 读取 原文:Exercise 40: Reading with SQL 译者:飞龙 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 在 CRUD 矩阵中,你只知道&quo ...

  7. python取模10^9+7_【Python爬虫】笨办法学python 习题1-10

    习题 1 print("Hello World!") print("Hello Again") print("I like typing this.& ...

  8. python从属关系编号_笨办法学Python 习题 42: 对象、类、以及从属关系

    有一个重要的概念你需要弄明白,那就是"类 (class)" 和"对象 (object)" 的区别.问题在于, class 和object 并没有真正的不同.它们 ...

  9. 笨办法学python习题1-10

    #第一个程序 # -*- coding: utf-8 -*- print('Hello World!') print("Hello Again") print("I li ...

  10. python考试代码复制_笨办法学Python 习题 26: 恭喜你,现在可以考试了! 错误代码下载链接...

    你已经差不多完成这本书的前半部分了,不过后半部分才是更有趣的.你将学到逻辑,并通过条件判断实现有用的功能. 在你继续学习之前,你有一道试题要做.这道试题很难,因为它需要你修正别人写的代码.当你成为程序 ...

最新文章

  1. Mac VirtualBox 命令行Centos 调整窗口大小
  2. 计数排序/Counting Sort
  3. C# 利用反射动态调用类成员
  4. linux 设置mysql 数据库编码utf8
  5. C语言第五章实验二答案,《C语言程序设计》实验二 参考答案
  6. 20个天才般的走心设计,真是太牛了!
  7. 美国将尝试区块链领域和加密货币相结合
  8. 6款帮助 滚动视差jquery插件
  9. App云端打包失败常见问题汇总
  10. 导致页面顶部空白一行解决方法
  11. 78 ----二次曲面方程的化简、移轴变换、转轴变换、伸缩变换
  12. 【课本】【No.4】数字特征 离散/连续均值/方差 随机向量 协方差 相关系数 矩 偏度 峰度 多维均值/协方差 运算性质 条件期望 随机个随机向量的和 正态中的条件期望是线性函数
  13. [ZT]如何实现打印输出到Adobe PDF格式文件
  14. JAVA排课教务系统
  15. Ubuntu16.04.2中安装minidwep
  16. 裸辞之后自己在家接单是什么体验?
  17. SQL Statements
  18. ios文件和文件夹管理
  19. HCIP H12-223 题库
  20. Hbase shell过滤操作

热门文章

  1. 基于多进程架构的嵌入式软件框架研究与实现
  2. DELL R740服务器系统安装详细过程
  3. LM224的放大电路的几个应用电路
  4. Anaconda 的Jupyter Notebook更换默认浏览器
  5. Jupyter Notebook 更改默认浏览器
  6. 论文阅读笔记:GMC Graph-Based Multi-View Clustering
  7. TVS与ESD的区别
  8. Teemo 子域名收集工具安装
  9. loj10099 矿场搭建
  10. 字幕基础:字幕介绍、字幕种类及常见格式