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
61. Write a program to find all the divisors of a number.
62. Write a program to generate a random password.
63. Write a program to check if two strings are rotation of each other.
64. Write a program to count the number of prime numbers in a given range.
65. Write a program to find the intersection of two lists.
66. Write a program to implement a basic calculator.
67. Write a program to check if a string has balanced parentheses.
68. Write a program to find the maximum product of two integers in a list.
69. Write a program to count the number of times a substring appears in a string.
70. Write a program to print the first n prime numbers.
71. Write a program to find the largest palindrome in a string.
72. Write a program to check if a number is a power of two.
73. Write a program to flatten a nested list.
74. Write a program to check if a string is a valid palindrome ignoring spaces and punctuation.
75. Write a program to rotate a list to the right by k steps.
76. Write a program to find the longest common prefix of an array of strings.
77. Write a program to find the product of all elements in a list.
78. Write a program to find the Kth largest element in a list.
79. Write a program to calculate the area of a circle given its radius.
80. Write a program to check if a number is a Fibonacci number.
81. Write a program to find the missing number in a list of consecutive integers.
82. Write a program to find all the anagrams of a word from a list of words.
83. Write a program to check if a string is a valid palindrome considering only alphanumeric characters.
84. Write a program to find the number of uppercase letters in a string.
85. Write a program to find the first non-repeating character in a string.
86. Write a program to check if a number is a happy number.
87. Write a program to find the longest increasing subsequence in a list.
88. Write a program to check if a number is a Harshad number.
89. Write a program to find the sum of all odd digits in a number.
90. Write a program to find the second smallest number in a list.
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.