input和raw_input

简介:
1
2
3
4
5
6
7
8
9
10
python 2
#!/usr/bin/env python
#coding:utf-8
name=raw_input( "plese  input you name" )
print name
python3
#!/usr/bin/env python
#coding:utf-8
name=input( "plese  input you name" )
print name










本文转自 小小三郎1 51CTO博客,原文链接:http://blog.51cto.com/wsxxsl/1834916,如需转载请自行联系原作者
目录
相关文章
|
4月前
|
机器学习/深度学习 计算机视觉 Python
output
【9月更文挑战第14天】
58 1
A+B for Input-Output Practice
A+B for Input-Output Practice
input type=file过滤图片
input type=file过滤图片
67 0
|
编解码
av_read_frame返回值为-5 Input/output error
av_read_frame返回值为-5 Input/output error
179 0
(standard input): No keywords in input file
(standard input): No keywords in input file
127 0
解决AssertionError: size of input tensor and input format are different.tensor shape: (3, 138input_for
解决AssertionError: size of input tensor and input format are different.tensor shape: (3, 138input_for
480 0
ADI
|
JavaScript 前端开发 API
[记录] input[type=file]属性详解
[记录] input[type=file]属性详解
ADI
357 0
|
关系型数据库 MySQL 数据库管理