Python Assignments
Python Assignments
ASSIGNMENTS
Section – II (Marks: 6 x 5)
1) Write the program in Python to calculate the multiplication and sum of two numbers
2) Write the program in Python to print the sum of the current number and the previous number
3) Write the program in Python to check if the first and last number of a list is the same
4) Write the program in Python to Display numbers divisible by 5 from a list
5) Write the program in Python to return the count of a given substring from a string