笨方法學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
相關文章
相關標籤/搜索