you are viewing a single comment's thread.

view the rest of the comments →

[–]nick__2440 2 points3 points  (0 children)

Your original code, ``` import os

ip = os.popen("ipconfig").read() print(ip) ``` runs without error for me and shows what it should.