Interview Questions that a Pythonian must Know.
1.
Check if a list contains an integer “x”.
2. Find the duplicate number from an integer list.
3. Check if two strings are anagrams.
4. Remove all the duplicates from a list.
5. Find pairs of integers in list so that their sum is equal to integer “x”.
6. Check if a string is a palindrome.
7. Use list as stack, array, and queue.
8. Get the missing number in [1…100].
Learn more