Commit 6f4e4552 authored by Adam Blank's avatar Adam Blank
Browse files

autocommit

No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
...@@ -2,3 +2,13 @@ from util import play, play_with_voice ...@@ -2,3 +2,13 @@ from util import play, play_with_voice
HELLO_SCRIPT = "Welcome to your first day at Caltech!" 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\"." 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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment