Python: An Introduction To Python
Python: An Introduction To Python
AN INTRODUCTION TO PYTHON
Different modes of Programming
Interactive mode :
We can write code in the Python Interpreter and it will give the results of
the commands.
Ex : > print(“Hello, World!”)