"Fry" needs to deliver a pizza to "I.C. Wiener". Can we get the code to print the address?

Nice! We create s and a, to which we add ", 405 W. 43rd. St.". Then we open the if clause and print a. Within the else part, we put print(s) so it won't trigger and close the statement.

Yikes! We create s and a, to which we add ", 405 W. 43rd. St.". Then we open the if clause and print a. Within the else part, we put print(s) so it won't trigger and close the statement.