python基础篇—编程入门程序-创新互联
1、小程序
实现用户交互,引号,判断用法,变量实现。
[root@node1 day1]# cat jiaohu.py
#!/usr/bin/env python
#!coding:utf-8
name = raw_input('what your name?: ')
age = raw_input('how old are you?: ')
sex = raw_input('what your sex?: ')
job = raw_input('what is yout jobs?: ')
msg = """
Infomation of commpany staff:
Name : \033[42;1m%s\033[0m;
Age : %s
Sex : \033[31;1m%s \033[0m;
Job : %s
""" %(name, age, sex, job)
if int(age)>50:
print "You too old, you can onlu work ..."
elif int(age)>30:
print "you are in middle age, go on ..."
else:
print 'you still very young ...'
print msg
[root@node1 day1]#
2、while循环练习
[root@node1 day1]# cat whilet.py
#!/usr/bin/env python
#!coding:utf-8
i = 0
while True:
i = i + 1
if i == 5:
print 'I have got to the 50th'
continue
elif i>9:break
print i
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
新闻名称:python基础篇—编程入门程序-创新互联
网页网址:http://scyanting.com/article/dcscdp.html