0% found this document useful (0 votes)
16 views

Python Worksheet

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.

Uploaded by

May Haruka
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Python Worksheet

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.

Uploaded by

May Haruka
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

BRIGHT RIDERS SCHOOL, ABU DHABI

CLASS: XI SUBJECT: COMPUTER SCIENCE

Complete the Python Programs given below.

1. WAP to find the square root of a number.


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.

You might also like