User Input in Python

Channel:
Subscribers:
1,550
Published on ● Video Link: https://www.youtube.com/watch?v=xeMaPmSvcik



Duration: 2:22
15 views
1


User Input in Python

In this tutorial, I have shown how we can receive user input in Python. We use the input() BIF (built-in function) for this task.

By default, the input() function receives the data in string format. So, to convert it into integer, you can use the int() function. And to convert it into a floating point number, you can use the float() function.

#pythonprogramming #cbse #computerscience #userinput







Tags:
input in python
cbse
computer science
user input in python
robin sir
python user input