After registering an account on Replit and answering (or skipping) the initial questions, you will be presented with the Replit Home page. Traditionally, your first program in a new language is a prog...After registering an account on Replit and answering (or skipping) the initial questions, you will be presented with the Replit Home page. Traditionally, your first program in a new language is a program that simply prints "Hello World!". This is very easy in python and can be done by typing the following line as line 1 in your newly-created Repl. Now, on the right side, you will see the output in Python's "console". The console is where text-based programs will display their result.