You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A = input("What is your name: ") # "A" is a veriable to store the input from user and we also use Print Function (" ") for making good user experience.
print ("Hello," , A) # now we the "Hello with our earlier veriable A.