Preparing git repo for final project
This commit is contained in:
7
problems/pset0/indoor/indoor.py
Normal file
7
problems/pset0/indoor/indoor.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def prompt_user_and_echo_lowercase():
|
||||
input_string = input("Shout me something and I will repeat it with indoor voice!\t\t")
|
||||
print(input_string.lower())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
prompt_user_and_echo_lowercase()
|
Reference in New Issue
Block a user