Posts by Alexandre XYZ • 10 points
2 posts
-
-2
votes1
answer42
viewsA: PYTHON LOGIC/FRACTION ERROR(HOW TO SOLVE)
You must use if and else if Variavel == 0: print("...") Else: print("...") If you haven’t learned yet if and else recommend accessing…
-
-3
votes1
answer27
viewsA: animation goes out of place when I zoom out
In HTML: <div id="sol"> <div id="mercurio"></div> <div id="venus"></div> <div id="terra"></div> <div id="marte"></div> <div…