Welcome Guys.
In this blog i am going to take you in the world of python ..
If You Want to Take input from user you can use input function which is built in . Here's a code to get input from user
//Code
user_input = input("Give Your Input?")
//You can print this by printing
print(user_input)
Hope everyone get that .
Comments please
Comments
Post a Comment