name = input("What is your name? ") print("Welcome", name)
# This is the single line comment """ This is the multiline Comment """