0

Write a program to find the strings are in isogram or not

Hi

21st Nov 2024, 2:09 PM
Usha logu Usha logu
Usha logu Usha logu - avatar
5 ответов
+ 2
Usha logu Usha logu kindly show your attempt so we can help you debug the code
21st Nov 2024, 2:53 PM
Aysha
Aysha - avatar
+ 1
Usha logu Usha logu , to make sure that you remember what an isogram is: an Isogram is a word in where each letter occurs only once. examples: > the word "phyton" is an isogram because there are no duplicated / repeated letters. > the word "HELLO" and the word "california" are not an isogram. > "HELLO" has a duplicated "L", > "california" has a duplicated "a" and also a duplicated "i" > make alo sure how uppercase and lowercase characters have to be treated. it could be that "a" has to be handled like "A".
21st Nov 2024, 7:42 PM
Lothar
Lothar - avatar
0
feel free to use the search form to find answers. read and follow the rules.... start it, show the code and write it where did you get stuck. this is not a homework-writing service. thanks
21st Nov 2024, 2:55 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Not here to do your homework...try it by yourself and if you face any problem don't worry we are here to help
21st Nov 2024, 3:57 PM
Alhaaz
Alhaaz - avatar
0
read up on Python's count() method...
22nd Nov 2024, 1:30 AM
Bob_Li
Bob_Li - avatar