Can I hack sololearn with c or Python3 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can I hack sololearn with c or Python3 ?

Like it connects to the sololearn computer right? In c we can use system(" del /dir") function to delete it right if it is possible then Listen I will Hack NASA and BILL Gate's Computer.

17th Apr 2020, 12:38 PM
Bibek
Bibek - avatar
3 Answers
+ 6
That is, actually, a pretty dummy question. The answer is: no, you can't. If it was possible, people then were doing it all the time and Sololearn servers were down. With python you can see the list of the folders on a server. The code for this is something like: """ import os print(os.listdir()) """ But if you try to delete smth, the most probable thing that you will be thrown an error. UPD. You can actually create a folder, but when you run a program again, it disappers. As i said before, manual deleting is impossible. https://code.sololearn.com/cdt7t4PN7Ae9/?ref=app
17th Apr 2020, 5:16 PM
Artem 🇺🇦
Artem 🇺🇦 - avatar
0
OMG how are you so intelligent
18th Apr 2020, 2:37 AM
Bibek
Bibek - avatar
0
But did the creators actually added this while creating the app or it is automatically like that
18th Apr 2020, 2:38 AM
Bibek
Bibek - avatar