ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

0 - Welcome #1

Closed jirevwe closed 4 years ago

jirevwe commented 4 years ago

Request the user’s first name, last name and age.

Print out Welcome, <First-Name> <Last-Name> (<Year-of-Birth>) in a new line.

Things to Consider (Extras)

  1. When receiving Age input, to be used in an arithmetic operation, you’ll want to make sure it’s a Number.
  2. Year-of-Birth is derived as Age subtracted from Current-Year.