Posts by Diogo Bomfim • 21 points
1 post
-
0
votes1
answer78
viewsQ: Opa friends, I wonder why in the code below the answer only comes out right if before writing the word (holy) I give a space. : /
cidade = str(input('Digite o nome da sua cidade: ')).title() p = cidade.find('Santo') if p == True: print('A sua cidade começa com Santo.') else: print('A sua cidade não começa…
python-3.xasked Diogo Bomfim 21