main.py 223 Bytes
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)