Posts by DHANOOSH

Author Biographical Info: Not available

Take input from user in Python

By DHANOOSH

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

Related Posts