main.py 223 Bytes EditWeb IDE 1 2 3 4 5 from util import play, play_with_voice HELLO_SCRIPT = "Welcome to your first day of CS 1!" ADVICE_SCRIPT = "My most important advice is \"go to office hours, and try to get to know your professors\"." print(ADVICE_SCRIPT)