educative.io

Different layout

Hi I have a doubt regarding the screen display of what’s indicated in the course and what I see when I actually open the python program
In the course, for example, an input instruction show like this
1 print(50)
2 print(1000)
3 print(3.142)
4
But in my screen it shows like this:
﹥﹥﹥print(50)
50
﹥﹥﹥print(100)
100
Is this correct or I’m making something wrong?
Thanks in advance
Kind regards

Mike

Hi, can you please share screenshot of this piece of code.
Regards,