1. Integer decimal to binary Output 2. Integer decimal to Hexadecimal Output
Category Archives: Python
Python: Patterns
1. Pattern1 Output 2. Pattern2 Output 3. Pattern3 Output
Python: String Programs
1. Count Digits, Alphabets, and special characters in the string Output 2. To check if the string is a palindrome string Output 3. Find a character in a string and replace it with another character Output 4. Find a character in a string and replace it with another character Output 5. change the first letterContinue reading “Python: String Programs”
Python: LIST PROGRAMS
1. Enter elements in a list Output 2. Enter float elements in a list Output 3. Swap the first half of the list with the second half Output 4. Swap adjacent elements Output 5. Remove repeating value from the list Output