码迷,mamicode.com
首页 > 编程语言 > 详细

python 路 05

时间:2017-09-05 23:03:58      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:ted   编辑器   put   arm   微软   develop   pycha   pad   开发环境   

一·,三引号不光是多行注释,也是多行打印。 集成开发环境(IDE,Intgrated Development Enviroment)

1.VIM(linux 下的文本编辑器) 2.Emacs (Linux 下文本编辑器) 3。Eclipse(java IDE,支持python,c++,等)4,Visual Studio (微软的IDE) 5.Notepad++,或者 subline python 开发的。  

pycharm 主要用于python 开发的

二,格式化输出: 占位符  %s string .  

技术分享
name = input(name:)
age = input(age:)
salary = input(salary:)
msg = ‘‘‘
==========info of %s====
name = %s
age = %s
salary = %s
==========end========
‘‘‘ %(name,name,age,salary)
print(msg)
%s 的用法

 

python 路 05

标签:ted   编辑器   put   arm   微软   develop   pycha   pad   开发环境   

原文地址:http://www.cnblogs.com/fanxiangqi/p/7482084.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!