Posts by rodrigo.fantuci • 3 points
1 post
-
-1
votes1
answer39
viewsQ: Error making python formatting using . find command
I’m trying to find how many times the letter "A" repeats in a variable, but I can’t find the error when giving the format command. p = str(input('Digite uma frase: ')).strip().upper() print(f'…