how to ask someone for their name in python code example
Example 1: how to ask something on python?
Print(hello)
Example 2: how to ask someone for their name in python
name=input("what is your name")
Print(hello)
name=input("what is your name")