Subash Chandran posted: "from os import system print('1. Ping Google') print('2. Ping Yahoo') print('3. Ping custom URL') while True: key = int(input('Input your choice: ')) if key == 1: system("ping www.google.com") elif key == 2: sy"
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.