python學習小練習,蹣跚起步,不吝賜教

# 練習1 # 可迭代對象:使用內置iter函數能夠獲取迭代器的對象,稱爲可迭代對象。 # 一般指實現了能返回迭代器的__iter__方法或實現了__getitem__方法且其參數從0開始索引的對象。 # %s 打印字符串 print ("His name is %s"%("Aviad")) # %d 打印整數 print ("He is %d years old"%(25))
相關文章
相關標籤/搜索