How can I calculate the age of users with a formula? So if the answer the question of birth year. Python calculates there age? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I calculate the age of users with a formula? So if the answer the question of birth year. Python calculates there age?

28th Jun 2020, 6:31 PM
Ayoub
Ayoub - avatar
3 Answers
0
Can you assist me with this?
29th Jun 2020, 3:42 AM
Ayoub
Ayoub - avatar
0
Subtract birth date with current date. Present date(dd/mm/yyyy) - birth day(dd/mm/yyyy)
29th Jun 2020, 5:00 AM
Omkar Kamat
Omkar Kamat - avatar
0
I want to send you the picture of what I mean
29th Jun 2020, 5:16 AM
Ayoub
Ayoub - avatar