This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Before You run the code open your cmd and use pip to install a package called speedtest-cli | |
# run the code [" pip install speedtest-cli "] in cmd | |
# Python program to test | |
# internet speed | |
import speedtest | |
st = speedtest.Speedtest() |