You have to look at the decimal value for the ASCII characters as listed in this table.
If that value is a prime number, you need to remove the character.
For example:
M 78
e 101 -> Is prime number
h 104
t 116
a 97 -> Is prime number
5
solved print the string by removing the PRIME ASCII CHARACTERS [closed]