0

This has been eating me up, Please how do i get to run my codes on web using sololearn to code?

Like when i write and run my codes using sololearn translator and it then gives me an output but I'll also like to see it on a web. E.g #code that let's you gain access to your page in a website. name="Daniel" Password="dan28" na_me=input() pass_word=input() if name==na_me and password==pass_word: print(f"Acess granted {name}, enjoy your experience") elif name != na_me and password != Pass_word: print(f"Access denied, try again") How i get to see this in a web page, do i need a special function or module for that?. I'll really appreciate feedback asap. Thanks

7th Oct 2022, 11:39 PM
Ajieh Daniel Chidi
Ajieh Daniel Chidi - avatar
4 odpowiedzi
+ 3
You can run your codes online at www.sololearn.com
8th Oct 2022, 12:51 AM
Chris Coder
Chris Coder - avatar
+ 2
Learn python web application framework . E.g Django, Flask, etc.
8th Oct 2022, 12:13 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
+ 1
If you are learning Python, expect to spend a lot of your time in the terminal. If you need a web terminal to start with you always have Sololearn's own code playground. You can also give https://replit.com/ a try.
8th Oct 2022, 7:40 PM
Magnus
Magnus - avatar
0
Thanks alot for the answers guys, i really appreciate.
8th Oct 2022, 8:04 AM
Ajieh Daniel Chidi
Ajieh Daniel Chidi - avatar