From 6f4e4552e00b596de61b92381d8b77d2556a368e Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@caltech.edu> Date: Mon, 14 Oct 2024 20:44:02 +0000 Subject: [PATCH] autocommit --- 00/main.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/00/main.py b/00/main.py index de21b22..1ebbd9d 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) -- GitLab