QUESTION IMAGE
Question
q2) what is the difference between python, python file and python shell? a) python is a programming language, a python file can be thought of as instructions for a robot and a python shell can be thought of as the robot. b) python shell is a programming language, python can be thought of as instructions for a robot and a python file can be thought of as the robot. c) python is a programming language, a python shell can be thought of as instructions for a robot and a python file can be thought of as the robot.
Python is a high - level programming language. A Python file contains Python code (instructions). The Python shell is an interactive environment where Python code can be executed immediately. Option a correctly describes Python as the language, Python file as instructions, and Python shell as the 'robot' (execution environment).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. Python is a programming language, a python file can be thought of as instructions for a robot and a python shell can be thought of as the robot.