Skip to content

Instantly share code, notes, and snippets.

@angelabauer
angelabauer / main.py
Created April 13, 2023 10:50
Solution for main.py for the Flight Club
import sheety
print("Welcome to John's Flight Club.\n \
We find the best flight deals and email them to you.")
first_name = input("What is your first name? ").title()
last_name = input("What is your last name? ").title()
email1 = "email1"
email2 = "email2"