While doing this it gives me an error:
Traceback (most recent call last):
File "C:\Users\ibrahim\Desktop\app.py", line 23, in <module>
a=input("enter the ipaddress")
File "<string>", line 1
192.168.1.1
^
SyntaxError: invalid syntax
Here's my code:
import os
a=input("enter the ipaddress")
os.system('a')
it does not work help me out !!!