Python核心编程 第六章练习

笔者刚刚开始python的系统学习,因此在代码上还没法达到pythonic的水准,不少写法也都是按照C++的习惯来写的,但愿能有前辈进行交流指导。python 欢迎拍砖 6_2 #!/usr/bin/env python # encoding: utf-8 import string import keyword alphas = string.letters + '_' nums = str
相关文章
相关标签/搜索