Valid Foundations-of-Programming-Python Dumps shared by EduDump.com for Helping Passing Foundations-of-Programming-Python Exam! EduDump.com now offer the newest Foundations-of-Programming-Python exam dumps, the EduDump.com Foundations-of-Programming-Python exam questions have been updated and answers have been corrected get the newest EduDump.com Foundations-of-Programming-Python dumps with Test Engine here:
Which tool is used to execute Python code line-by-line interactively within a terminal?
Correct Answer: A
The Python shell allows Python code to be entered and executed interactively, one line at a time. Example: > > > 2 + 3 5 Python's documentation explains that when commands are read from a terminal, the interpreter is in interactive mode and prompts for the next command. Therefore, the correct answer isA. Python shell.