Home > Backend Development > Python Tutorial > Python input uses

Python input uses

高洛峰
Release: 2016-11-19 16:33:05
Original
1140 people have browsed it

#!C:Program FilesPython35/bin
# -*- conding:utf-8 -*-
# author: Frank
user_input = input("please input your name:") #input 函数的使用
print("User input Msg:", user_input)

>>>please input your name: Frank
User input Msg:  Frank

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template