Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,352 members, 7,815,725 topics. Date: Thursday, 02 May 2024 at 05:13 PM

Agbepon's Posts

Nairaland Forum / Agbepon's Profile / Agbepon's Posts

(1) (of 1 pages)

Jobs/Vacancies / Re: Notore Graduate Engineering Trainee Aptitude Test by Agbepon: 4:47pm On Mar 08, 2017
Anyone that got Abuja Venue .
Jobs/Vacancies / Re: Notore Graduate Engineering Trainee Aptitude Test by Agbepon: 3:40pm On Mar 08, 2017
What of Abuja Venue
Jobs/Vacancies / Re: Andela: IT Training And Job by Agbepon: 9:34am On Feb 10, 2017
jpmoriarti:
On your line 2
if word == " "
return(word, False)


Ensure to give a space between the double quotations


Thank you so much.
Jobs/Vacancies / Re: Andela: IT Training And Job by Agbepon: 5:26am On Feb 10, 2017
jpmoriarti:
https://github.com/Johnpaul90/python/blob/master/shoppingCart2.py


Kindly help with this is_isogram function: It isn't passing the hidden test.



def is_isogram(word):
if not word:
return word, False
elif not isinstance(word,str):
raise TypeError('Argument should be a string')
else:
if len(set(word)) == len(word):
return(word, True)
else:
return(word, False)

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 4
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.