Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 442 Bytes

File metadata and controls

17 lines (6 loc) · 442 Bytes

AgeCalculator

These scripts will calculate your age and the number of days you've lived til now!!

  • agecalculator1.py - This script requires you to give your birthdate as command line arguements.

Running the script

$python agecalculator.py yyyy mm dd

  • agecalculator2.py - In this script you are not required pass on your birthdate as command line arguements, instead it will take your date of birth as raw input.