Python
Python
1. Program to print all 3 digit Armstrong numbers using while and for
loop.
3. Program to print the sum of digits of a given number using while loop.
5. Program for computing the sum of n natural numbers and finding out
loop.
8. Program that prints the distances from the spacecraft to the satellite in
10. Program that measuers the time it takes to add up all the integers from
1 to 100000000.
11. program that measures how long it takes to count all the prime
numbers up to 10000.
12. program counts down from 10 with one second intervals between
numbers.
14. Program that uses a sys.exit () function to end the programs execution
TEST-2
15. Program that uses a turtle graphics to draw regular polygons with the
16. Program that uses a custom function to compute the midpoint between
18. Program that computes the GCD of two integers provided by the user
20. Program that uses a function named get_int_in_range( ) that does not