0

I can't find the python console on this app

Console

28th Aug 2019, 8:37 PM
Joy
3 Answers
+ 3
Faisal pls wats the meaning of a console
28th Aug 2019, 9:33 PM
Eāˆ†SIšŸ‡³šŸ‡¬šŸ¤–
Eāˆ†SIšŸ‡³šŸ‡¬šŸ¤– - avatar
+ 3
Easi_Code's If you're referring to an interactive console, it's a tool used for writing codes one (or a few) line(s) at a time (something like the command prompt). Typically, you'll see it prompt you to enter something by displaying >>>, which is where you enter something in. If you're just talking about a standard console, it's used for displaying text when writing programs. If you've ever used the print() function with Python and seen something appear, it will usually appear in the console
28th Aug 2019, 9:38 PM
Faisal
Faisal - avatar
+ 2
Sololearn does not have a Python console (at least, for writing codes in) but you can use the code playground to write programs using the language - https://code.sololearn.com/#py
28th Aug 2019, 8:56 PM
Faisal
Faisal - avatar