E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
raw_input
python 中while 使用else实现双分支循环判断
/usr/bin/envpythonname=
raw_input
("pleaseyourname:")whilename=="bbs.52itw.com": print"nameok"
梁佳鹏
·
2015-10-28 02:43
python
中while
使用else实现双分支循环判断
python 中while 使用else实现双分支循环判断
/usr/bin/envpythonname=
raw_input
("pleaseyourname:")whilename=="bbs.52itw.com": print"nameok"
梁佳鹏
·
2015-10-28 02:43
python
中while
使用else实现双分支循环判断
python print如何不换行输出
/usr/bin/envpythonnum=
raw_input
("pleasenum:")i=0whilei<=num:print('*'),//只需在输出后添加“,“即可
梁佳鹏
·
2015-10-28 02:33
python
print如何不换行输出
python print如何不换行输出
/usr/bin/envpythonnum=
raw_input
("pleasenum:")i=0whilei<=num:print('*'),//只需在输出后添加“,“即可
梁佳鹏
·
2015-10-28 02:33
python
print如何不换行输出
python 输出正方形
/usr/bin/envpythonnum=int(
raw_input
("pleasenum:"))x=1whilex<=num: i=1 whilei<=num:
梁佳鹏
·
2015-10-28 02:45
python
输出正方形
python 输出正方形
/usr/bin/envpythonnum=int(
raw_input
("pleasenum:"))x=1whilex<=num: i=1 whilei<=num:
梁佳鹏
·
2015-10-28 02:45
python
输出正方形
python学习中,list/tuple/dict格式化遇到的问题
包括类型和赋值,函数type(),dir(),id(),help()的使用,list/tuple/dict的定义以及内置函数的操作,函数的定义,控制语句的学习for,if,while以及输入
raw_input
·
2015-10-27 16:36
python
python写的第一个简单小游戏-猜数字
py 2 3 guess=10 4 running=True 5 while running: 6 try: 7 answer=int(
raw_input
·
2015-10-27 16:35
python
Python基础篇
raw_input
()读取标准
·
2015-10-27 16:07
python
Codeforces Round #273 (Div. 2)
A题 1 s = sum(map(int,
raw_input
().split())) 2 print s / 5 if s % 5 == 0 and s / 5 else -1 B题 1
·
2015-10-27 15:24
codeforces
Weekly 10 小结
A题 模拟 1 T = int(input()) 2 while T: 3 T -= 1 4 s =
raw_input
() 5 n = len(s) 6
·
2015-10-27 15:18
小结
《Python基础教程》 读书笔记 第五章(下)循环语句
lt;=100: print x x+=1 确保用户输入了名字: name="" while not name: name=
raw_input
·
2015-10-27 13:21
python
python输入
coding:UTF-8-*- ''' Createdon2015年10月25日 @author:young ''' year=input("inputyear") print1+year y=
raw_input
qq909157370
·
2015-10-27 08:00
python
小盒子算法----语句写入盒子里居中
/usr/bin/env python #定义 sentence =
raw_input
("Sentence: ") screen_with = 80 text_width = len(sentence
醉我红尘
·
2015-10-25 17:20
python;小盒子
小盒子算法----语句写入盒子里居中
/usr/bin/env python #定义 sentence =
raw_input
("Sentence: ") screen_with = 80 text_width = len(sentence
醉我红尘
·
2015-10-25 17:20
python;小盒子
python中文字符
只需在开头声明#-*-coding:utf-8-*-代码如下 #-*-coding:utf-8-*- print"helloworld" print'100+200=',100+200 s1=
raw_input
qq909157370
·
2015-10-23 14:00
python
utf-8
python基础
原文章链接2.基本语法2.1.if/elif/elsex=int(
raw_input
("Pleaseenteraninteger:"))#获取行输入ifx>0:print'正数'elifx==0:print
似飘絮
·
2015-10-22 10:33
个人认识
笨方法学python,Lesson15,16,17
"Here is your file %r:" % filename print txt.read() print "Type the filename again:" file_again =
raw_input
好好先生_1028
·
2015-10-21 16:00
Python学习(1)-基础语句
2)处理一个wordword='newyear'whileword:word=
raw_input
('Pleaseentera
杜七
·
2015-10-21 13:59
python读书记录
try: filename =
raw_input
('Enter file name: ') fobj = open(filename, 'r') for eachLine in fobj:
·
2015-10-21 13:36
python
windows环境,python打包命令行程序
环境:python2.6 windows7 (需要成功安装py2exe) 程序清单如下: D:\hello.py(源程序) # hello.py print 'hello world'
raw_input
·
2015-10-21 12:06
windows
破解栅栏密码python脚本
coding: gbk -*- 3 # -*- coding: utf_8 -*- 4 # Author: 蔚蓝行 5 # http://www.cnblogs.com/duanv 6 e =
raw_input
·
2015-10-21 12:33
python
ChangeMan Version Manager Workstation 8.1 command line quick check in/out
Mode[1] = "Get" Mode[2] = "Check out" Mode[3] = "Check in" mode =
raw_input
·
2015-10-21 12:55
command
《Python核心编程》第二版第160页第六章练习 续四 -Python核心编程答案-自己做的-
【答案】(a)代码如下:Input_number = abs(int(
raw_input
('Please input a number ...')))x3 = x2 = x1 = x0 = 0x3 =
·
2015-10-21 12:25
python
《Python核心编程》第二版第97页第五章练习 续四
【答案】代码如下:def conversion(a, b): return a * 60 + b time =
raw_input
('Please input
·
2015-10-21 12:23
python
怎样判断用户输入的是否为数字 续
下面是一个例子,在Python交互环境执行的:>>> a = int(
raw_input
('Please input an integer ... '))Please input an
·
2015-10-21 12:18
用户
《Python核心编程》第二版第36页第二章练习 续一 -Python核心编程答案-自己做的-
【答案】代码如下:a = float(
raw_input
("Please input a number ...
·
2015-10-21 12:17
python
怎样判断用户输入的是否为数字
String =
raw_input
('Please input a string ... ') LenString = len(String)i = 0trigger = 0while (i <
·
2015-10-21 12:16
用户
讲点python基础知识
运算符类型程序结构1.分支结构例:代码设计:#-*-coding:utf-8-*-x=int(
raw_input
("输入x值:"))ifx<=0:f=x**2printfelse:f=x**3printf
叫我瞄大人
·
2015-10-21 00:00
python
python(1) python基础
python2.7~1.更有可读性print方法,print"thecontentyouwouldliketoprint,perhepssomehints",variableraw_input方法,new=
raw_input
Chloe_CEHAN
·
2015-10-20 03:04
python基础
python
python(1) python基础
python2.7~1.更有可读性print方法,print"thecontentyouwouldliketoprint,perhepssomehints",variableraw_input方法,new=
raw_input
Chloe_CEHAN
·
2015-10-20 03:04
python
笨方法学python,Lesson11,12,13,14
, age =
raw_input
() print "How tall are you?", height =
raw_input
() print "How much do you weigh?"
好好先生_1028
·
2015-10-19 12:00
python 输入函数
raw_input
和input以及eval函数
//www.tuicool.com/articles/BBVnQbq###################################################3raw_input函数:函数
raw_input
u012005313
·
2015-10-17 22:00
python
python chapter 5 exercise
2.5-2运算符(a)写一个函数,计算并返回两个数的乘积(b)写一段代码调用这个函数,并显示它的结果defcount(a,b): returna*bnum1=float(
raw_input
('number1
happyliferao
·
2015-10-12 14:00
python的sys.stdout重定向
sys.stdout.write('hello'+'\n')和print'hello'是等价的sys.stdin与
raw_input
()等价当我们用
raw_input
('Inputpromption:'
happyliferao
·
2015-10-09 09:00
chapter 9 exercise
文件过滤.显示一个文件的所有行,忽略以井号(#)开头的行.这个字符被用做Python,Perl,Tcl,等大多脚本文件的注释符号.附加题:处理不是第一个字符开头的注释.importosfilename=
raw_input
happyliferao
·
2015-10-09 09:00
python模糊查询
Contact/userinfo' init_username = 'frame' init_password = 'frame' success = 0 while True: username =
raw_input
无名521
·
2015-10-07 13:25
python模糊查询
python模糊查询
Contact/userinfo'init_username = 'frame'init_password = 'frame'success = 0while True: username =
raw_input
无名521
·
2015-10-07 13:25
python模糊查询
Python
python模糊查询
Contact/userinfo' init_username = 'frame' init_password = 'frame' success = 0 while True: username =
raw_input
无名521
·
2015-10-07 13:25
python模糊查询
txt去重
#encoding:utf-8 obuff = [] repeat = 0 path =
raw_input
('please input your path: ') for ln in open(path
sadsafdasfg
·
2015-10-05 17:19
python
txt去重
#encoding:utf-8 obuff = [] repeat = 0 path =
raw_input
('please input your path: ') for ln in open(path
sadsafdasfg
·
2015-10-05 17:19
python
[Python爬虫] 中文编码问题:
raw_input
输入、文件读取、变量比较等str、unicode、utf-8转换问题
最近研究搜索引擎、知识图谱和Python爬虫比较多,中文乱码问题再次浮现于眼前。虽然市面上讲述中文编码问题的文章数不胜数,同时以前我也讲述过PHP处理数据库服务器中文乱码问题,但是此处还是准备简单做下笔记。方便以后查阅和大家学习。 中文编码问题的处理核心都是——保证所有的编码方式一致即可,包括编译器、数据库、浏览器编码方式等,而Python通常的处理流程是将unicode作为中间转换
Eastmount
·
2015-10-01 22:00
python
unicode
utf-8
中文编码
文件写入乱码
[Python爬虫] 中文编码问题:
raw_input
输入、文件读取、变量比较等str、unicode、utf-8转换问题...
最近研究搜索引擎、知识图谱和Python爬虫比较多,中文乱码问题再次浮现于眼前。虽然市面上讲述中文编码问题的文章数不胜数,同时以前我也讲述过PHP处理数据库服务器中文乱码问题,但是此处还是准备简单做下笔记。方便以后查阅和大家学习。中文编码问题的处理核心都是——保证所有的编码方式一致即可,包括编译器、数据库、浏览器编码方式等,而Python通常的处理流程是将unicode作为中间转换码进行过渡。先将
weixin_34092370
·
2015-10-01 22:00
爬虫
数据库
ui
python实现目录下文件名匹配的进行迁移
遍历/backup203下的文件,凡是等于api_go.log.1...api_go.log.22的迁移到/rotate203#输入23,迁移1-22的api_go.log.1-22shuzi=int(
raw_input
yuanchenkai
·
2015-09-29 14:31
python
python实现目录下文件名匹配的进行迁移
遍历/backup203下的文件,凡是等于api_go.log.1...api_go.log.22的迁移到/rotate203#输入23,迁移1-22的api_go.log.1-22shuzi=int(
raw_input
yuanchenkai
·
2015-09-29 14:31
python
破解md5的python代码,持续更新
这个是穷举法:#-*-coding:utf-8-*-importstringimporthashlibfile=open("hello.txt","a")md5input=
raw_input
("请输入md5
niexinming
·
2015-09-22 00:44
安全
破解md5的python代码,持续更新
这个是穷举法:#-*-coding:utf-8-*- importstring importhashlib file=open("hello.txt","a") md5input=
raw_input
("
niexinming
·
2015-09-22 00:00
加密
python
破解
《Python核心编程》第8章 习题
:(f)rom,(t)o,和(i)ncrement.以i为步长,从f计数到t,包括f和t.例如,如果输入的是f==2,t==26,i==4,程序将输出2,6,10,14,18,22,26.x,y,z=
raw_input
birdzb
·
2015-09-19 23:00
python 2.7 中文教程及自动化测试介绍(2)
if语句>>> x = int(
raw_input
("Please enter an integer: ")) Please enter an integer: 42 >>> if x >> # Measure
磁针石
·
2015-09-19 11:00
Python的输入和
raw_input
()内建函数等以及相关运算符
1.print输出>>>:主提示符,表示解释器在等你输入下一个语句...:次提示符,表示解释器在提示你它在等你输入下一个字符。%s,%d,%f等,分别是用字符串,整数,浮点数替换。>>>myString="HelloWorld" >>> >>>printmyString HelloWorld >>> >>>myString 'HelloWorld' >>> >>> >>>print"%sisabe
xxm282828
·
2015-09-19 00:00
python
脚本
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他