0
Write a program to find the strings are in isogram or not
Hi
5 Answers
+ 2
Usha logu Usha logu kindly show your attempt so we can help you debug the code
+ 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".
+ 1
read up on Python's count() method...
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
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