The document contains a list of 21 Python programs for students in class 11 at Bright Riders School in Abu Dhabi to complete. The programs cover a range of foundational programming concepts like calculating square roots, areas, solving quadratic equations, random number generation, unit conversions, number checks, prime numbers, factorials, Fibonacci sequences, and basic math operations in a calculator.
The document contains a list of 21 Python programs for students in class 11 at Bright Riders School in Abu Dhabi to complete. The programs cover a range of foundational programming concepts like calculating square roots, areas, solving quadratic equations, random number generation, unit conversions, number checks, prime numbers, factorials, Fibonacci sequences, and basic math operations in a calculator.
2. WAP to calculate the area of triangle. 3. WAP to solve quadratic equation. 4. Python Program to Swap Two Variables. 5. Python Program to Generate a Random Number. 6. Python Program to Convert Kilometres to Miles. 7. Python Program to Convert Celsius to Fahrenheit. 8. Python Program to Check if a Number is Positive, Negative or 0. 9. Python Program to Check if a Number is Odd or Even. 10. Python Program to Check Leap Year. 11. Python Program to Find the Largest Among Three Numbers. 12. Python Program to Check Prime Number. 13. Python Program to Find the Factorial of a Number. 14. Python Program to Display the multiplication Table. 15. Python Program to Print the Fibonacci sequence. 16. Python Program to Check Armstrong Number or not. 17. Python Program to Find the Sum of Natural Numbers. 18. Python Program to Find HCF or GCD. 19. Python Program to Find LCM. 20. Python Program to Find the Factors of a Number. 21. Python Program to Make a Simple Calculator.