top of page

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')

if
in
and
or
if
8/11
 
bottom of page