+ 2
I didn't understand the repl part
tell me easy
1 Resposta
+ 4
REPL is a loop - part of code that repeats until you exit it - that first reads your input, then evaluate it and finally print the result of your command. That's what the python console does.