You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Hello", userLogin, ". It is a very pleasant day, wouldn't you think? Thank you for logging in. We await your feedback on a variety of matters.")
elif userLogin == "Jane" and userPass == "password123":
print("Hello Jane. How are you doing? We hope that you are more productive today, so we prepared a bunch of stuff that will make you happy.")
elif userLogin == "Jo" and userPass == "donkeys":
print("Hello Jo. Hey, hey, hey. This is a personalized message specially written for you. We're glad you're on board.")
else:
print("Sorry, we don't know who you are or your password doesn't match. Please login again or register.")