Python input Function
2K views
Mar 20, 2024
In this vide we will discuss about the following things • input() function. • input() with typecasting • Nested input() Logical Python website : https://www.logicalpython.com/ Logical Python Page : https://www.logicalpython.com/python-input-function/ Youtube Channel : https://www.youtube.com/@logicalpython?sub_confirmation=1 Thank you for watching. Please share your feedback in the comment section. Details: Python input() function We can ask the user to enter data using the Python input function. For example, we could require the user to enter their name, age, phone number, etc. Python input() with typecasting Input receives a string as the default data type. We can turn it into another data type by using type casting.
#Computer Education