PicoCTF - runme.py
This challenge is extremely easy. You use wget to download the file and then run the script using Python.
If you want to learn more about wget, then in the terminal type the following.
man wget
wget https://artifacts.picoctf.net/c/34/runme.py
python3 runme.py
That’s all.