• string: text stored as a value
  • value: data
  • keyword: reserved word in programming
  • statement: code that performs an action
  • expression: code that results in a value
Code
print("Hello World")

Output
 



Code
print("Hello World")

Output
Hello World



Demonstrate:

  • Open Terminal
  • Navigate to Folder
  • Run Program