Completed 7-1 Rental Car

This commit is contained in:
cheeks 2025-02-01 11:09:31 -05:00
parent 5736c6dd13
commit 3742982edc

View File

@ -0,0 +1,6 @@
# Exercise 7-1 Rental Car
# Learning Objective: Get input from user and print a statement using input.
kind_of_car = input("What kind of car would you like?\n\t")
print(f"Got it, we'll see if we can find you a {kind_of_car}.")