会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
r3call
关注python,django
首页
新随笔
联系
订阅
管理
2012年10月9日
Python初学-一个简单的小代码
摘要: 1 #!/usr/bin/python2 # -*- coding: utf-8 -*-3 numbers = raw_input("输入一些数字,用逗号分隔:").split(",")4 print numbers5 x = 06 while x < len(numbers):7 print numbers[x]8 x += 1
阅读全文
posted @ 2012-10-09 22:22 r3call
阅读(1087)
评论(0)
推荐(0)
编辑
公告