Interactive and script mode programming
Python program can be run using interactive and script mode of programming. Let’s discuss about both in this blog. Note: I’m using macOS and running python in Terminal app. Interactive mode In interactive mode, we want to interact with python. How can we interact ? Basically, we invoke python interpreter without passing the script file… Read More »