Skip to content
Pooja Bhatia Classes Hari Nagar
  • We teach following classes
    • Class 12
    • Class 11
    • Class 10
    • Class 9
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship
Pooja Bhatia Classes Hari Nagar

sa 11 ip chapter 5

14. Given a list of integers, write a program to find those which are palindromes. For example, the number 4321234 is a palindrome as it reads the same from left to right and from right to left.

sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP

l = input(‘Enter a list of numbers : ‘).split() for num in l: for i in range(len(num)//2): if num[i] != num[-(i+1)]: break else: print(num, ‘is a palindrome’)

14. Given a list of integers, write a program to find those which are palindromes. For example, the number 4321234 is a palindrome as it reads the same from left to right and from right to left. Read More »

13. Write a program to input N numbers and then print the second largest number.

sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP

13. Write a program to input N numbers and then print the second largest number. Read More »

Post pagination
← Previous 1 … 25 26 27 … 42 Next →
  • We teach following classes
    • Class 12
    • Class 11
    • Class 10
    • Class 9
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship
  • We teach following classes
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship

Copyright © 2025 Pooja Bhatia Classes Hari Nagar | Powered by Pooja Bhatia Classes Hari Nagar.