# Homework 12, problem 1: Loud and quiet. # # Print the variable `name` three times: # 1. as-is, # 2. in upper case, # 3. in lower case. # # Run with: python exercises/12/homework/01-loud-and-quiet.py name = "Keiko" # Your code goes here: