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
121. Write a program to reverse a list without using built-in functions.
122. Write a program to find the sum of all elements in a list that are greater than a specified value.
123. Write a program to check if a number is a prime palindrome.
124. Write a program to find the largest and smallest words in a sentence.
125. Write a program to find the common prefixes in a list of strings.
126. Write a program to convert a decimal number to binary.
127. Write a program to find the frequency of each word in a text file.
128. Write a program to calculate the compound interest.
129. Write a program to find the longest palindrome in a list of strings.
130. Write a program to check if two lists are equal.
131. Write a program to calculate the factorial of a number using loops.
132. Write a program to find the missing character in a string.
133. Write a program to find the sum of all integers in a string.
134. Write a program to implement a simple text-based game.
135. Write a program to check if a string is a valid hexadecimal number.
136. Write a program to create a pyramid pattern using stars.
137. Write a program to find the Kth smallest element in a list.
138. Write a program to find the longest consecutive sequence of vowels in a string.
139. Write a program to convert a string to title case.
140. Write a program to find the total number of words in a file.
141. Write a program to check if two strings are similar.
142. Write a program to create a frequency dictionary of characters in a string.
143. Write a program to count the number of times a specific word appears in a text file.
144. Write a program to generate a random username.
145. Write a program to find the sum of squares of all even numbers in a list.
146. Write a program to implement a basic to-do list.
147. Write a program to check if a string has balanced brackets.
148. Write a program to find the total number of lines in a text file.
149. Write a program to find the intersection of three lists.
150. Write a program to find the longest substring with at most two distinct characters.
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.