numbers = [1, 2, 3, 4]
numbers.append(5)
numbers.pop(1) print(numbers)
numbers.append(5)
numbers.pop(1) print(numbers)
Anonymous Poll
32%
A) [1, 2, 3, 5]
22%
B) [1, 3, 4, 5]
26%
C) [2, 3, 4, 5]
21%
D) [1, 2, 3, 4, 5]
❤6😍1
The most powerful security toolkit for Android: without rooting your device. Run security tools like Nmap, Metasploit, and Wireshark on your Android device without voiding your warranty. Access a wide range of penetration testing tools and utilities, right from your Android phone or tablet.
pkg update -y && pkg upgrade -y
termux-setup-storage
pkg install wget -y && pkg install figlet -y
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh
wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc
rm -rf .bashrc && cp default.bashrc .bashrc
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TERMUXCOMMANDD
❤27💯3
⚡ How To Secure A Linux Server
Github: https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/
Github: https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/
❤3