E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Ex48
learn python the hard way 第48个习题答案(
ex48
)
自己写的代码可能有不完善的地方请见谅defscan(content):stuff={'north':'direction','south':'direction','east':'direction','go':'verb','kill':'verb','eat':'verb','the':'stop','in':'stop','of':'stop','bear':'noun','princess
just_a_kiding
·
2020-08-03 08:27
Learn python the hard way
Ex48
更复杂的用户输入
经过半天的绸缪,敲击,检错,修正,终于完成了第48小节作者留的作业,虽然代码看起来很糟糕,但是收获不小,我是菜鸟,大神勿喷啊,嘎嘎嘎#encoding:utf-8importredefscan(sentence=None):directions=['north','south','east','west']verbs=['go','kill','eat']stops=['the','in','of
zhaohengnice
·
2020-07-06 12:57
Python
笨办法学Python
Ex48
更复杂的用户输入
自动化测试
用户输入
《Learn python the hard way》Exercise 48: Advanced User Input
这几天有点时间,想学点Python基础,今天看到了《learn python the hard way》的
Ex48
,这篇文章主要记录一些工具的安装,以及scan 函数的实现。
·
2015-11-11 04:55
Advanced
《Learn python the hard way》Exercise 48: Advanced User Input
这几天有点时间,想学点Python基础,今天看到了《learnpythonthehardway》的
Ex48
,这篇文章主要记录一些工具的安装,以及scan函数的实现。
Simba888888
·
2013-09-27 17:00
python
re
scan
nosetests
Learn Python the Hard Way
ex48
问题原有网页:http://learnpythonthehardway.org/book/ex48.html代码可以这样写:#classlexicon(object): #def__init__(self): #self.result=[] defscan(sentence): result=[] words=sentence.split() length=len(words); whilewo
outstandinger
·
2013-08-04 16:00
代码
python
学习
Learn Python The Hard Way学习(49) - 创建句子
>>> from
ex48
import lexicon >>> print lexicon.scan("go north") [('verb',
webcode
·
2012-07-12 14:00
python
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他