# This is your first Python script
# "print" is an instruction — it tells the computer to display text

print("Hello")
