+ 2
This is code should outputs my age but it doesn't and I don't why it's happening, can someone pls enlighten me??
birth_year = input("birth_year ") age = 2019-int("birth_year") print(age)
2 Respuestas
+ 2
"birth_day" is a string.
birth_day is a variable.
Remove quotes in 2nd time..
+ 2
Jayakrishna🇮🇳 thank you for enlightening me 💙