AniketTheProgrammer
Home
(current)
Courses
Projects
YT Projects
Coding Questions
Notification
Contact Us
Log In
All Topics
C Language
C++ Language
Greedy Algorithm
Hashing
Java Language
Linked List
Python
Queue
Stack
String
Sorting
Searching
Recursion
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Binary Tree
Topic: Python-language-question / Level: Beginner
181. Write a program to check if a number is a perfect digital invariant.
182. Write a program to find the sum of the first n triangular numbers.
183. Write a program to calculate the volume of a sphere given its radius.
184. Write a program to find the last digit of a number.
185. Write a program to create a histogram of a list of numbers.
186. Write a program to find the maximum number in a nested list.
187. Write a program to generate all possible permutations of a string.
188. Write a program to calculate the sum of prime numbers in a given range.
189. Write a program to find the number of unique elements in a list.
190. Write a program to create a simple quiz application.
191. Write a program to find the sum of the first n prime numbers.
192. Write a program to check if a number is a lucky number.
193. Write a program to find the length of the longest prefix that is also a suffix.
194. Write a program to calculate the area of a parallelogram given its base and height.
195. Write a program to find the first non-repeating integer in a list.
196. Write a program to calculate the LCM of two numbers.
197. Write a program to find the total number of digits in a file.
198. Write a program to find the average of all elements in a list.
199. Write a program to generate a random quote.
200. Write a program to check if a number is a Fibonacci prime.
Previous
1
2
3
4
5
6
7
Next
More Levels
Intermediate
Advanced
Most Visited
Write a program to check whether a number is even or odd.
Write a program to find the longest sequence of consecutive numbers in a list.
Write a program to implement the min-heap and max-heap data structures.
Write a program to find the common characters in two strings.
Write a program to find the longest path in a binary tree.
Write a program to find the longest valid parentheses substring.
Write a program to find the largest of three numbers.
Write a program to find the longest substring with at most two distinct characters.
Write a program to implement a simple file search application.
Write a program to calculate the factorial of a number using iteration.
Write a program to calculate the factorial of a number using loops.
Write a program to perform a depth-first search in a maze represented as a graph.
Write a program to calculate the number of unique paths in a grid with obstacles using dynamic programming.
Write a program to generate a random password with letters and digits.
Write a program to calculate the factorial of a number.