0

Can anyone solved isogram detector ?

In Coad Coach section

6th May 2021, 1:39 AM
elmirza ismoilov
elmirza ismoilov - avatar
4 Réponses
+ 3
That was a long time ago, I can no longer remember.
6th May 2021, 10:53 AM
JaScript
JaScript - avatar
0
Show your attempt to can help you with mistakes
6th May 2021, 10:56 AM
David OrdĂĄs
David OrdĂĄs - avatar
0
word=input() list_word=list(word) n=0 while n < len(list_word): if list_word.count(list_word[n]) == 1: n+=1 else: break if n==len(list_word): print ("true") else: print ("false")
26th Nov 2021, 11:47 PM
Juan
Juan - avatar
Aujourd'hui en vedette
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes