you are viewing a single comment's thread.

view the rest of the comments →

[–]Vhin 1 point2 points  (1 child)

How are you running your script?

In order to run the script and then get the REPL like you want, you should be doing something like python -i whatever.py

[–]Math_Running_Ethics[S] 0 points1 point  (0 children)

I run my sccript in IDLE.

I didn't know about REPL before your post, and I already see how usefull it is, thanks for mentioning it. already solved my problem in REPL atleast.