The input () function in Python
Python's built-in input () function allows users to enter data, convert it into a string, and return the entered content.
Python's built-in input () function allows users to enter data, convert it into a string, and return the entered content.
Input function syntax ()
input([prompt]) Parameter of input function ()
input () has a unique parameter:
prompt: is a string entered by the user.
For example
1. Input () method works in Python
# nhận input từ người dùng inputChuoi = input() print('Chuỗi đầu vào là:', inputChuoi) Suppose the input user input is "Website TipsMake.com". Run the program, the result is:
Website TipsMake.com Chuỗi đầu vào là: Website TipsMake.com 2. Receive input from user with prompt before entering.
# nhận input từ người dùng inputChuoi = input('Nhập chuỗi:') print('Chuỗi đầu vào là:', inputChuoi) Result:
Nhập chuỗi: Website TipsMake.com Chuỗi đầu vào là: Website TipsMake.com See also: Built-in Python functions
Discover more
python function python function available python documentation python learningShare by
Lesley Montoya
Update 17 June 2019
You should read it
- Format () function in Python
- Max () function in Python
- The oct () function in Python
- The ord () function in Python
- The map () function in Python
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- How to update drivers for AMD video cards on Windows 10
- How to turn old Android phones into cruise cameras
- Tips to reduce the size of PowerPoint files should be known