2019年2月14日

字符串格式化,函数,组,递归,练习

摘要: 1 # -*- coding: UTF-8 -*- 2 msg = 'i am {} my hobby is {}'.format('lhf',18) 3 print(msg) 4 5 msg1 = 'i am %s my hobby is %s' % ('lhf',[1,2]) 6 print(m 阅读全文

posted @ 2019-02-14 15:10 yukun093 阅读(252) 评论(0) 推荐(0) 编辑

导航