Example: Input: 1 This is alpha 5057 and 97 Output: 5057 This is the code I wrote but multiple test cases not passing... import re a = input () b = input ()
r