pip install speedtest-cli
import speedtest def myfun(): d_speed = speedtest.Speedtest() print(f'{d_speed.download()/8000000:.2f}mb') if __name__=="__main__": myfun()
1.52mb
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to print the odd numbers from 1 to 20
Write a Java program to convert a decimal number to binary numbers
Write a Java program that takes two numbers and display the product of two numbers
Write a java program to Find the index of the smallest number in an array
Write a Program to find second largest number in an array
Write a Python program to calculate the number of days between two dates.
Write a python program to checking if a string is empty or not ?
Write a Python program to get current time and date
Write a python program to convert uppercase strings and we want to convert them into lowercase strings and remove duplicates ?
Write a Python Program to find the factorial of a number using recursion
Java Quiz - 14
Java Quiz - 18
Java Quiz - 7
Java Quiz - 17
Java Quiz - 15