Posts by DHANOOSH
Author Biographical Info: Not available
In this tutorial, you will learn how to take input from a user in Python. A simple program to ask for the name in Python yourName = input("enter the name: ") print("hello",yourName.... Read More