Programming Pandit

c/c++/c#/Javav/Python


Latest Update

CBSE Class 11 Python Practical File G Krishna Chauhan


Practical List Class XI


  • Write a program in Python to print “Hello World” 30 times on the screen.
  • Write a program in Python to find average and grade for given marks obtained in 5 subjects.
  • Write a program in Python to calculate interest (Simple and Compound).
  • Write a program in python to read two numbers from the keyboard. Interchange the contents of these two variables without using any extra variable.
  • Write a program in Python to read three numbers from the keyboard and find out the largest number among them.
  • Write a program in python to print the first 100 natural numbers.
  • Write a program in Python to check the primarily of a number.
  • Write a program in Python to find out the factorial of any number N using for loop or while loop.
  • Write a program in Python to find the largest and smallest numbers in a
  • Write a program in Python to find the third-largest number in a
  • Write a program in Python to find the sum of squares of the first 100 natural
  • Write a program in Python to find whether a string is a palindrome or
  • Write a program in Python to compute xnfor given two integers x and n,
  • Write a program in Python to find out the sum of digits of any entered number.
  • Write a program in python to check if the entered number is palindrome or not.
  • Write a program in Python to compute the greatest common divisor and the least common multiple of two integers.
  • Write a program in Python to test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such numbers in the range of 100 to
  • Write a program in python to read sort a list of integer elements using the bubble sort method. Display the sorted element on the screen.
  • Write a program in python to find out the frequency of each element in a list using a dictionary.

No comments:

Post a Comment