Python讀書筆記1

最近在學習《編寫高質量代碼-改善python程序的91個建議》,記錄下讀書筆記 使用版本:Python 3.4.0 系統:Windows7 1.字符串格式化: 1 def show(name,age,email): 2 #普通方法 3 print('your name is: %s \nyour age is: %i \nyour email is: %s' %(name,a
相關文章
相關標籤/搜索