Computers may communicate using a language made up of 0s and 1s known as _______.
A ___________ is an organised series of instructions that a computer is supposed to follow in order to complete a particular task.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
A high-level language programme is referred to as _________.
Python is platform independent, it means that ___________.
In order to develop and execute a Python programme, we ____________.
What is the purpose of indentation in python __________.
We can write several instructions in a file called Python source code using _______ .
The instantaneous execution of each statement is possible using _____________.
A Python programme can be written in the script mode, saved, and then run using the ___________.
We can just type a Python statement on the _____________ prompt to operate in interactive mode.