diff --git a/00/main.py b/00/main.py index de21b22b9cf2726e2b58b8e0dba8087b695987e5..1ebbd9d1b66b2c85c6e034661dc61d8494668d5b 100644 --- a/00/main.py +++ b/00/main.py @@ -2,3 +2,13 @@ from util import play, play_with_voice HELLO_SCRIPT = "Welcome to your first day at Caltech!" ADVICE_SCRIPT = "My most important advice is \"go to office hours, and try to get to know your professors\"." +# play(ADVICE_SCRIPT) + + +which = input("What do you want to do? ") +if which == "speak": + play_with_voice(HELLO_SCRIPT, "Joanna") + +print(1.1 + 5) +x = print(5) +print(x)