摘要: http://www.cnblogs.com/Bonker/p/3584707.html 阅读全文
posted @ 2016-01-09 12:23 阿文的博客 阅读(155) 评论(0) 推荐(0) 编辑
摘要: ```cpp string_1 = "Camelot" string_2 = "place" print("float:%lf. int:%d string:%s." % (3.14,123, string_2)) print("I am a {type}".format(type=11.1)) my_name = "Michael" print("Hello, my name is {nam... 阅读全文
posted @ 2016-01-09 10:04 阿文的博客 阅读(667) 评论(0) 推荐(0) 编辑