- 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.
3 ответов
+ 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
0
OMG how are you so intelligent
0
But did the creators actually added this while creating the app or it is automatically like that