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
相关文章
相关标签/搜索