WWC days of coding challenge - Python
- Day59 : Create a function that checks if a number is a perfect square
- Day58 : Create a function that converts a string to an integer and handles ValueError
- Day57 : Create a function that returns the key with the maximum value in a dictionary
- Day56 : Create a function to extract all URLs from a given text using regular expressions
- Day52 : Create a program that checks if a string is a palindrome
- Day51 : Create a program that counts the occurrences of each word in a text file (Day39)
- Day50 : Create a program that finds the intersection and union of two sets
- Day49: Create a program that implements the bubble sort algorithm
- Day48 : Create a program that replaces specific words in a text with their synonyms