Changes the MAC address automatically
#Unsafe code because the user can put commands into the user input which then will be executed

#Safe python code that doesn't allow Linux CLI commands into the user input()

Look up Subprocess documentation for Python for a more detailed explanation: https://docs.python.org/3/library/subprocess.html#module-subprocess