I can find a way to observe the variables that I have created without using print()
Asked
Active
Viewed 416 times
2
-
In the case that you're simply wondering how you can view defined variables in Python, check out [Viewing all defined variables](https://stackoverflow.com/questions/633127/viewing-all-defined-variables) and [..difference between globals(), locals(), and vars()?](https://stackoverflow.com/questions/7969949/whats-the-difference-between-globals-locals-and-vars.). – joseph Jul 19 '21 at 02:17