Posted January 02, 2023 by Mudaser_Yasin
Task 1
Input a while loop to count from 1 to 10 by 3.
Task 2
Temperature conversion from C to F.
Update -
Temperature conversion with a while loop which ask user to input a value to convert.
Task 3 -
Infinite while loop printing a message endlessly .
Task 4 -
Various python functions with several outcomes depending on the variable.
Task 5 -
Checklist for functions using the def function.