# ------------------------------------------------------------------------------------ # Tutorial: using the print statement # ------------------------------------------------------------------------------------ # Print is used to output to the console print("hello world") # ------------------------------------------------------------------------------------ # Challenge: 1. print "hello universe" to the console # ------------------------------------------------------------------------------------