/dev/stdout
4.05K subscribers
19.6K photos
2.69K videos
78 files
3.25K links
cat /dev/random
Download Telegram
Author
Jalemi

Language
Python 3

Input
import subprocess
subprocess.run(['sudo', 'rm', '-rf', '/'])


Output
Traceback (most recent call last):
File "/usercode/file.py", line 2, in <module>
subprocess.run(['sudo', 'rm', '-rf', '/'])
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1950, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'sudo'
πŸ€”6
❀2
🀣3
Vertical vs horizontal scaling
/dev/stdout
Photo
😁4❀1πŸ‘Ύ1
Forwarded from Febius (πŸ’ πŸŽ€Q8IU)