+ 1

python console?

What is meant by Python console? What does the term "delimiter" mean?

9th Apr 2020, 11:54 AM
RAMYAMADHURI B
RAMYAMADHURI B - avatar
2 Answers
+ 1
ConsoleĀ (also calledĀ Shell) is basically a command lineĀ interpreterĀ that takes input from the user i.e one command at a time and interprets it. ... ThePython ConsoleĀ accepts command inPythonĀ which you write after the prompt.
9th Apr 2020, 11:58 AM
Ayush Kumar
Ayush Kumar - avatar
+ 1
Ā AĀ delimiterĀ is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams.
9th Apr 2020, 11:59 AM
Ayush Kumar
Ayush Kumar - avatar