Posts by user28833 • 31 points
1 post
-
3
votes1
answer228
viewsQ: Python exercise
In the codeacademy, I’m having the error with the following code: # Tenha certeza que the_flying_circus() retorna True def the_flying_circus(): if 5==5 : # Comece seu codigo aqui! return True # Nao…