Hello World

Hello World #


We will be printing out the sentence ‘Hello World’


print("Hello World")

Parts #

  • print()
    • It prints out words or variables between the parenthesis
  • "Hello World"
    • A string with the value of Hello World is made