在路上 人生实苦,砥砺前行!

  • Linux
    • Linux基础
    • 服务安装
    • 集群
    • 监控
    • 运维处理
  • Windows
  • 数据库
    • MySQL
  • 脚本开发
    • Shell
    • Python
  • 虚拟化
    • KVM
  • 网络技术
  • 其他
    • 随笔
主页 / 脚本开发 / Python

笨办法学python-习题10:那是什么?

练习: 12345678910111213tabby_cat = "\tI’m tabbed in." persian_cat = "I’m split\non a line." backslash_cat = "I’m \\ a \\ cat.&q…

 暂无评论  2018年3月9日  hubin  17

笨办法学python-习题9:打印,打印,打印

习题: #Here’s some new strange stuff,remember type it exactly. days = “Mon Tue Wed Thu Fri Sat Sun” months = “Jan\nFeb\nMar\nApr…

 暂无评论  2018年2月17日  hubin  13

笨办法学python-习题8:打印,打印

练习: formatter = “%r %r %r %r” print formatter % (1,2,3,4) print formatter % (“one”,”two”,”three”,&#822…

 暂无评论  2018年2月11日  hubin  48

笨方法学python-习题7:更多打印

练习: print “Mary had a little lamb.” print “Its fleece was white as %s.” % ‘snow’ print “And everywhere that …

 暂无评论  2018年2月11日  hubin  36

笨办法学python-习题6:字符串(string)和文

练习: x = “There are %d types of people.” % 10 binary = “binary” do_not = “don’t” y = “Those who know %s…

 暂无评论  2018年2月9日  hubin  23

笨办法学python-习题5:更多的变量和打印

练习: my_name = ‘Zed A. Shaw’ my_age = 35 # not a lie my_height = 74 # inches my_weight = 180 # lbs my_eyes = ‘Blue’ my_teeth = …

 暂无评论  2018年2月8日  hubin  29

笨办法学python-习题4:变量(variable)和命名

练习: cars = 100 space_in_a_car = 4.0 drivers = 30 passengers = 90 cars_not_driven = cars – drivers cars_driven = drivers carpool_capacity = cars_…

 暂无评论  2018年2月7日  hubin  29

笨办法学python-习题3:数字和数学计算

笨办法学python-习题3:数字和数学计算 练习: print “I will now count my chickens:” print “Hens”,25 + 30 / 6 print “Roosters”,100 &#8…

 暂无评论  2018年2月7日  hubin  29

笨办法学python-习题2:注释和井号

练习: # A coment,this is so you can read your program later. # Anything after the # is igored by python. print “I could have code like this.&#8221…

 暂无评论  2018年2月5日  hubin  43

笨办法学python-习题1:第一个程序

练习: print “Hello World!” print “Hello Again” print “I like typing this.” print “This is fun.” print &#…

 暂无评论  2018年2月5日  hubin  381

近期文章

  • 无人值守安装Linux操作系统
  • Vsftpd文件共享
  • WDS+MDT+ADK批量部署Windows操作系统
  • Samba应用案例
  • shell脚本:抓包脚本

标签云

Cacti error HAProxy iptables Kickstart Linux LNMP LVS LVS-DR LVS-NAT MySQL主从 Nagios NFS pxe Python Samba Shell Squid反向代理 SSH SSL Vsftpd Windows批量部署

文章分类

  • Linux基础 (3)
  • MySQL (1)
  • Python (10)
  • Shell (9)
  • Windows (1)
  • 服务安装 (7)
  • 监控 (3)
  • 运维处理 (1)
  • 随笔 (1)
  • 集群 (4)
2018年四月
一 二 三 四 五 六 日
« 3月    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

功能

  • 登录
  • 文章RSS
  • 评论RSS
https://www.hubin.info/wp-content/uploads/2018/04/刘可-大明宫.mp4

联系我们

Email:hubin@hubin.info

友情链接

娜样芳华资讯网

© 2018 在路上

             

在路上

  • Linux
    • Linux基础
    • 服务安装
    • 集群
    • 监控
    • 运维处理
  • Windows
  • 数据库
    • MySQL
  • 脚本开发
    • Shell
    • Python
  • 虚拟化
    • KVM
  • 网络技术
  • 其他
    • 随笔