Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.