Be Globally Certified In Python

Python is a great text coding programming language for kids!

Python

Python is a programming language that is particularly good for kids wanting to learn how to code. Python is widely used to teach students coding due to it`s easy to read and understand. Students can learn to write simple code to make their computer run a program.

What is an age calculator:

An age calculator is simply used to calculate a user’s age using the date of birth and the current year data

Using the subtraction operator, you can subtract the date of birth from the current year to get the age  of the user

How to create a simple age calculator:

Lisa was born on 1st of January 2010 and she wants you to use python to figure out how old she will be in 2022.

Create variables for all your data