User Inputs

name = input("What is your name? ") print("Welcome", name)

Comments

# This is the single line comment """ This is the multiline Comment """