Identify two true statements regarding Python Programming language. a. All the Python Programs are typed and saved in the Python Shell Window. b. Output of the Python Programs are displayed in the Python Shell Window c. Python Programs can be typed and run in Python Graphics Window. d. Geometrical figures created with the help of Python program are displayed in Python Graphics Window e Some additional software are required to create Geometrical figures using Python Program
Answers
Answered by
0
Answer:
It means it executes the code line by line. Python provides a Python Shell (also known as Python Interactive Shell) which is used to execute a single Python command and get the result. Python Shell waits for the input command from the user. As soon as the user enters the command, it executes it and displays the result.
Similar questions