Python Challenges: Takes a string of numbers and letters and return string which consists of letters
Write a Python program that takes a string of numbers and letters and return string which consists of letters.
Sample Solution:
Python Code:
Sample Output:
AAAABBBCCDAA AAAABBBCCDAAA PHP AAAABBBCCCDAABDAAAAC
Flowchart:

Python Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a Python program that takes a string and encode it that the amount of symbols would be represented by integer and the symbol.
Next: Write a Python program to find the largest palindrome made from the product of two 4-digit numbers
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.