How To Create a Ping Script in Python || Python Ping Script | Citi Solution



 How To Create a Ping Script in Python || Python Ping Script | Citi Solution

Youtube Video

Source Code

import os
ipaddr = "google.com"

ping = os.system("ping " + ipaddr + ' -t')

print(ping)







No comments:

Post a Comment

How To Create a Ping Script in Python || Python Ping Script | Citi Solution

 How To Create a Ping Script in Python || Python Ping Script | Citi Solution Youtube Video Source Code import os ipaddr = "google.com&...