Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Solutions to this questions
Post: RE: Solutions to this questions

for the question 1.  here is my solution def is_isogram(word):     if type(word) != str:         raise TypeError('Argument should be a string')     elif word == " ":       return word, False     else...
jerrykatoh Homework 8 141,291 Feb-23-2017, 10:25 AM
    Thread: Solutions to this questions
Post: Solutions to this questions

QUESTION 1. please help me I have two solutions to the task and they are all passing the visible tests but when it is time to submit, I keep getting my failed to pass all tests. There are still some...
jerrykatoh Homework 8 141,291 Feb-23-2017, 08:50 AM
    Thread: Solutions to this questions
Post: Solutions to this questions

QUESTION 1. please help me I have two solutions to the task and they are all passing the visible tests but when it is time to submit, I keep getting my failed to pass all tests. There are still some...
jerrykatoh Homework 8 141,291 Feb-23-2017, 08:41 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020