Posts by Myke • 41 points
2 posts
-
2
votes0
answers160
viewsQ: Write and delete text in python terminal
I’m doing an experiment in Python 3.6.2 which is a terminal counter, but I want to display the count always in the same position. I tried to insert the string using the function print and then…
python-3.xasked Myke 41 -
1
votes2
answers134
viewsQ: How to know which variables are defined?
Is there a function that returns the name of the variables defined in a Python instance? Something similar to the command who in Matlab that returns the names of the user-defined variables.…