Learning Python - 4th day (Noon - 1)
Watched tutorial: Click here
I have learnt about Input functions today.
Before that you need to install PyCharm on your computer. You can use other IDEs too but I am using PyCharm for now.
Input functions are not that necessary for a big project in python, but it might be helpful in solving complex problems of calculations you face.
To take input from a user, simply use the function (input("Give an input: "))
You have to learn about them in this video
Comments
Post a Comment