Posts by Junior Alvarenga • 13 points
1 post
-
1
votes1
answer143
viewsQ: I cannot return assigned values to variables
I am layman programming myself and decided to start a program in python to use as a tool in a game well, the code so far is this: def tempo (temp): total=temp*quant dias=total//(24*60*60)…