DEV Community

aditya bakshi
aditya bakshi

Posted on • Updated on

AGE CALCULATOR IN PYTHON

  1. u=int(input("enter the born year"))
  2. o=int(input("enter the current year")) 3.print("your age is ",o-u)

Top comments (0)