菜鸡一枚,博客给自己学习和参考。之前手写了很多笔记,发现效率非常低,遗忘速度相当快。痛定思痛,决定跟上现代化步伐,整点小文章供自己学习和整理。
开篇之作以hello world为例吧!

   print('hello world!')
   print("%s"%'hello world')
   print('{} {}'.format('hello','world'))
   print('{1} {0}'.format('hello','world'))

}'.format('hello','world'))

image.png

格式化输出hello world


尹某某
1 声望1 粉丝

机器学习爱好者


下一篇 »
python 全排列