Day 5: 100Days of Python

## DAY 5 OF 100DAYSOFCODING
myname= input("What's your name?")
if myname == "David":
  print("welcome Dude!")
  print ("Youre just the baldestr dude i have ever seen")
else:
    print(myname, "who the hell are u!!")