Python核心編程 第六章練習

筆者剛剛開始python的系統學習,因此在代碼上還沒法達到pythonic的水準,不少寫法也都是按照C++的習慣來寫的,但願能有前輩進行交流指導。python 歡迎拍磚 6_2 #!/usr/bin/env python # encoding: utf-8 import string import keyword alphas = string.letters + '_' nums = str
相關文章
相關標籤/搜索