笨方法学Python 习题 43: 来自 Percal 25 号行星的哥顿人(Gothons)

#!usr/bin/python # -*-coding:utf-8-*- import random from urllib import urlopen import sys WORD_URL = "http://learncodethehardway.org/words.txt" WORDS = [] PHRASES = { "class ###(###):": "Make a class
相关文章
相关标签/搜索