4
Lucas_Parreiras
2 5
77/ 95
Last seen 4 years ago
Member for 5 years, 2 months, 4 days
Difficulty Normal
Liked a comment created by Phil15 for forum post "A little help"
    def find_message(text: str) -> str:
        a = 0
        b = []
        while a < len(text):
  
Created a forum post "A little help"
I tried this code but it is returnig the whole sentence instead of just the uppercases letters de
Liked a comment created by przemyslaw.daniel for forum post "Why is it wrong?"
x = sum(array[**::2**])*array[-1]
Created a forum post "Why is it wrong?"
It's saying that 5*(0+2+4)=5 and i'm not understading why def checkio(array): if array:
Joined to CheckiO