print("DATA PYTHONIST SECURE LOGIN")
username = input("Username > ")
password = input("password > ")
if username == "David" and password == username + "1" :
print("Welcome!!! , ", username, "You are welcome to DATA PYTHONIST, and Welcome to The Inventory and Procurement Department")
elif username == "Auditor":
print("Hey there", username, "!")
elif username == "Theophilus":
print("Welcome!!! , ", username, "You are welcome to DATA PYTHONIST, and Welcome to The Inventory and Procurement Department")
elif username == "Emmanuel":
print("Welcome!!!", username, "You are welcome to DATA PYTHONIST, and Welcome to The Inventory and Procurement Department")
else:
print("You are not a Staff, Go away!")