/dev/stdout – Telegram
/dev/stdout
3.96K subscribers
18.7K photos
2.56K videos
74 files
3.14K 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
😁41👾1
Forwarded from Febius (💠🎀Q8IU)