Posts by RFinch • 1 point
1 post
-
-1
votes2
answers1292
viewsA: Python 3 - Birth Date Problems
On line 11 should be: if(idade >= 0 and idade <= 18): On line 21: else:
python-3.xanswered RFinch 1
1 post
-1
votes2
answers1292
viewsOn line 11 should be: if(idade >= 0 and idade <= 18): On line 21: else: