python 筆記 繼續進行輸出練習,並進行格式化定義打印 ——12.23

習題7:更多打印   目的:鞏固之前所學     ex7.py # -*- coding: utf-8-*- print "Mary had a little lamb." print "Its fleece was white as %s." %'snow' print "And everywhere that Mary went." print "."* 10 # what'd that do
相關文章
相關標籤/搜索