complete the following code snippet to print 'True' if letter is in my_string and 'false' otherwise
letra = 'p'
mi_string = 'vamos ala playa'
if letra ??? mi_string:
print('Verad')
else:
print('Falso')