Python Programming Practical no 1
B. P. Sulakhe Commerce College, Barshi
Department
of Computer Science
PRACTICAL NO.1
Class: BCA-I (Sem-II)
Paper Name: Python Programming practical no 1
Note: All questions are compulsory
|
Q 1) |
Write a python program to display multiplication table from 1 to 10 using nested for loops |
|
Q 2) |
Write a python program to display stars in right angled triangular form using nested for loops. |
|
Q 3) |
Write a python program to find the sum of a list of numbers using for loop. |
|
Q 4) |
Write a python program to display numbers from 10 to 6 and break the loop when the number about to display 5. |
|
Q 5) |
Write a python program to display numbers from 1 to 5 using the continue statement. |