Posts by Caio Cristiano • 63 points
2 posts
-
2
votes2
answers399
viewsQ: Can you replace commands with variables in python?
I’m having a doubt, is it possible to store commands in variables? For example: X = while X(True): So I could facilitate some things in some scripts, or kind of trying to "create" a language of my…
python-3.xasked Caio Cristiano 63 -
3
votes1
answer1219
viewsQ: Can you run two loops at the same time in python?
I’ve been wanting to make a kind of game that you go shopping for some things that help you make a profit, and you would have a sum that you earned per second, but I don’t know if there’s any way I…
python-3.xasked Caio Cristiano 63