Order for lab file
1. WAP to input a number and print its square root
2.WAP that asks the user to input number of seconds and then it expresses that how many minutes
and seconds it contain
3. WAP to print cubes of numbers in range of 15 to 20
4. WAP that inputs an integer in range 0-999 and then prints if the integer entered is a 1/2/3 digit
number
5. WAP that multiplies two integer numbers without using * operator using repeated addition (pg 26)
6. WAP that reads a line and prints its statistics (pg49)
7. WAP to create a dictionary containing names of competitions winners students as keys and no of
their wins as their values. (pg 66)
8. pg 70