Mubashir wants to remove numbers from a given string!
Help him by fixing the code in the code tab to pass this challenge. Look at the examples below to get an idea of what the function should do.
remove_numbers("mubashir1") ➞ "mubashir"
remove_numbers("12ma23tt") ➞ "matt"
remove_numbers("e1d2a3b4i5t6") ➞ "edabit"