Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,022 members, 7,807,002 topics. Date: Wednesday, 24 April 2024 at 08:25 AM

Andela: IT Training And Job - Jobs/Vacancies (126) - Nairaland

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (620042 Views)

Letter To All Fresh Graduates and Job seekers / Andela: IT Training And Job - Jobs/vacancies / Similarities Between Football And Job (2) (3) (4)

(1) (2) (3) ... (123) (124) (125) (126) (127) (128) (129) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by worisj(m): 1:12pm On Nov 29, 2016
Noel1:
Have u submitted bro ?
yea Thanks To You And To 2O17 I Think By Now I Should Be Left With The Tax Lab
Re: Andela: IT Training And Job by Nobody: 1:24pm On Nov 29, 2016
worisj:
yea Thanks To You And To 2O17 I Think By Now I Should Be Left With The Tax Lab
Alright. I learnt Friday is the deadline. Best of luck.
Re: Andela: IT Training And Job by osanebipet: 2:44pm On Nov 29, 2016
worisj:
yea Thanks To You And To 2O17 I Think By Now I Should Be Left With The Tax Lab

Please did u ever experience "Error running script", if yes how did u overcome it
Re: Andela: IT Training And Job by worisj(m): 4:39pm On Nov 29, 2016
Noel1:
Have u submitted bro ?
I've Finished Everything Now, Thank You
Re: Andela: IT Training And Job by Annauguru24: 6:28pm On Nov 29, 2016
function canIWatch(age) {
if (age < 6 && age > 0) return "You are not allowed to watch Deadpool after 6:00pm.";
else if (age >=6 && age < 17) return "You must be accompanied by a guardian who is 21 or older.";
else if (age >=17 && age < 25) return "You are allowed to watch Deadpool, right after you show some ID.";
else if (age >= 25) return "Yay! You can watch Deadpool with no strings attached!";
else return "Invalid age."
}
pls can anyone help me debug this code..have been battling with it for some days now..ur help will be greatly appreciated
Re: Andela: IT Training And Job by worisj(m): 6:50pm On Nov 29, 2016
osanebipet:


Please did u ever experience "Error running script", if yes how did u overcome it
Almost All The Code Were Saying Error Running Script, So Most Times I Had To Log Out Or Close The Browser And Log In Back Again, If Its Still Not Working It Means The Code Really Have Some Errors
Re: Andela: IT Training And Job by Nobody: 7:18pm On Nov 29, 2016
worisj:
I've Finished Everything Now, Thank You
Nice. Best of luck. smiley smiley
Re: Andela: IT Training And Job by Nobody: 7:26pm On Nov 29, 2016
Annauguru24:
function canIWatch(age) {
if (age < 6 && age > 0) return "You are not allowed to watch Deadpool after 6:00pm.";
else if (age >=6 && age < 17) return "You must be accompanied by a guardian who is 21 or older.";
else if (age >=17 && age < 25) return "You are allowed to watch Deadpool, right after you show some ID.";
else if (age >= 25) return "Yay! You can watch Deadpool with no strings attached!";
else return "Invalid age."
}
pls can anyone help me debug this code..have been battling with it for some days now..ur help will be greatly appreciated

You skipped a test case bro. First, get the type of ur age iput and validate. Then deal with the rest of your code.

Try something like this:


function canIWatch(myage){
if(typeof myage != number || myage < 0){
return "Invalid age.";
} else if(myage < 6){
return "You are not allowed to watch Deadpool after 6.00pm.";
} else if(myage >= 6 && myage < 17){
return "You must be accompanied by a guardian who is 21 or older.";
} else if(myage >= 17 && myage < 25){
return "You are allowed to watch Deadpool, right after you show some ID.";
} else if(myage > 25){
return "Yay! You can watch Deadpool with no strings attached!";
}
}
Re: Andela: IT Training And Job by Nobody: 7:31pm On Nov 29, 2016
osanebipet:


Please did u ever experience "Error running script", if yes how did u overcome it

Did you try importing any module in your code ? That wouldn't work on their platform. Otherwise, this has nothing to do with your code. Its getting to the tail end:

* Their server might have been overwelmed.
* Your logout session might have expired. Try logging out and log in again just like WorisJ stated.
Re: Andela: IT Training And Job by charese(f): 3:20am On Nov 30, 2016
[s][/s][quote author=Ftscott post=42076325]Admin can u add me up to the andela whats app group 08184867994[/quote

Admin...please add me to the WhatsApp group...
Re: Andela: IT Training And Job by osanebipet: 8:51am On Nov 30, 2016
worisj:
Almost All The Code Were Saying Error Running Script, So Most Times I Had To Log Out Or Close The Browser And Log In Back Again, If Its Still Not Working It Means The Code Really Have Some Errors

Please assist me with your email let me forward my source code to you so u can assist me debug
Re: Andela: IT Training And Job by worisj(m): 10:29am On Nov 30, 2016
osanebipet:


Please assist me with your email let me forward my source code to you so u can assist me debug
Just Post It Here, Even Noel1 Would Help
Re: Andela: IT Training And Job by Annauguru24: 1:57pm On Nov 30, 2016
Annauguru24:
function canIWatch(age) {
if (age < 6 && age > 0) return "You are not allowed to watch Deadpool after 6:00pm.";
else if (age >=6 && age < 17) return "You must be accompanied by a guardian who is 21 or older.";
else if (age >=17 && age < 25) return "You are allowed to watch Deadpool, right after you show some ID.";
else if (age >= 25) return "Yay! You can watch Deadpool with no strings attached!";
else return "Invalid age."
}
pls can anyone help me debug this code..have been battling with it for some days now..ur help will be greatly appreciated
thanks for your respons..trying out d correction
Re: Andela: IT Training And Job by Annauguru24: 2:24pm On Nov 30, 2016
pls can someone help me sort out d problem here..this code passes when called on repl.it buh it isny submitting

Re: Andela: IT Training And Job by osanebipet: 8:35pm On Nov 30, 2016
Hi, Guys, 1 day to go. i can be contacted for any assistance. i have done 3 labs successfully 3 more to go. Pleas any one that can help with the Tax Lab, Recursion Lab and Data Structures Lab.
Re: Andela: IT Training And Job by red90: 12:43pm On Dec 01, 2016
def manipulate_data(data):
if type(data) != type([]):
return "Only lists are allowed"
else:
positive = 0
negative =0
for i in data:
if type(i) != type(5):
if type(i) != type(0.5):
return "Only floats and strings are allowed"
if str(i)[0] != "-":
negative += i
else:
positive += 1
return [positive, negative]


Error running script pls help
Re: Andela: IT Training And Job by Pakarani94(m): 4:50pm On Dec 01, 2016
osanebipet:
Hi, Guys, 1 day to go. i can be contacted for any assistance. i have done 3 labs successfully 3 more to go. Pleas any one that can help with the Tax Lab, Recursion Lab and Data Structures Lab.

pls, were you able to submit the object oriented lab successfully?
Re: Andela: IT Training And Job by BunchObute: 10:00pm On Dec 01, 2016
I need urgent assistance, i am left with few hours.
How can i resolve this error on my recursion lab..

Re: Andela: IT Training And Job by Pakarani94(m): 10:48pm On Dec 01, 2016
I have tried all that I could but unable to submit the object oriented lab and data structures lab.
saying "error in your script"

anyone in the house pls help, there's little time left..
Re: Andela: IT Training And Job by BunchObute: 11:00pm On Dec 01, 2016
I have the solution to OOP and Data structure.
If you can send me Tax lab and Recursion we will be able to both scale through.
call me on 07053261690 asap
Re: Andela: IT Training And Job by BunchObute: 11:11pm On Dec 01, 2016
Pakarani94:
I have tried all that I could but unable to submit the object oriented lab and data structures lab.
saying "error in your script"

anyone in the house pls help, there's little time left..
Have you scale through
Re: Andela: IT Training And Job by D34lw4p(m): 8:22am On Dec 02, 2016
Annauguru24:
pls can someone help me sort out d problem here..this code passes when called on repl.it buh it isny submitting


def binary_converter(n):
if not (isinstance(n, int) and n >= 0 and n <= 255):
return "Invalid input"
else :
return bin(n)[2:]

Join me here, where I post the answers: but you need to study them to understand them. visit: http://nct.com.ng/thread-Let-Me-Introduce-Andela-To-You
Re: Andela: IT Training And Job by D34lw4p(m): 8:27am On Dec 02, 2016
BunchObute:
I have the solution to OOP and Data structure.
If you can send me Tax lab and Recursion we will be able to both scale through.
call me on 07053261690 asap

I've all the answer, join me at: http://nct.com.ng/thread-Let-Me-Introduce-Andela-To-You


The solution to tax lab is:

def calculate_tax(people):
while True:
try:
iterating_people = people.keys()
for key in iterating_people:
earning = people[key]
if earning <= 1000:
people[key] = 0
elif earning in range(1001,10001):
tax1 = 0 * 1000
tax2 = 0.1 * (earning - 1000)
total_tax = tax1 + tax2
people[key] = total_tax
elif earning in range(10001,20201):
tax1 = 0 * 1000
tax2 = 0.1 *9000
tax3 = 0.15 * (earning - 10000)
total_tax = tax1+tax2+tax3
people[key] = total_tax
elif earning in range(20201,30751):
tax1 = 0 * 1000
tax2 = 0.1 * 9000
tax3 = 0.15 * 10200
tax4 = 0.20 * (earning - 20200)
total_tax = tax1+tax2+tax3+tax4
people[key] = total_tax
elif earning in range(30751,50001):
tax1 = 0 * 1000
tax2 = 0.1 * 9000
tax3 = 0.15 * 10200
tax4 = 0.20 * 10550
tax5 = 0.25 * (earning - 30750)
total_tax = tax1+tax2+tax3+tax4+tax5
people[key] = total_tax
elif earning > 50000:
tax1 = 0 * 1000
tax2 = 0.1 * 9000
tax3 = 0.15 * 10200
tax4 = 0.20 * 10550
tax5 = 0.25 * 19250
tax6 = 0.3 * (earning - 50000)
total_tax = tax1+tax2+tax3+tax4+tax5+tax6
people[key] = total_tax
return people
break
except (AttributeError,TypeError):
raise ValueError('The provided input is not a dictionary')
Re: Andela: IT Training And Job by D34lw4p(m): 8:30am On Dec 02, 2016
Pakarani94:
I have tried all that I could but unable to submit the object oriented lab and data structures lab.
saying "error in your script"

anyone in the house pls help, there's little time left..

I've posted it here: http://nct.com.ng/thread-Let-Me-Introduce-Andela-To-You?pid=17790#pid17790
Re: Andela: IT Training And Job by D34lw4p(m): 8:36am On Dec 02, 2016
BunchObute:
I need urgent assistance, i am left with few hours.
How can i resolve this error on my recursion lab..

Get it here: http://nct.com.ng/thread-Let-Me-Introduce-Andela-To-You?pid=17795#pid17795
Re: Andela: IT Training And Job by Pakarani94(m): 9:26am On Dec 02, 2016

1 Like

Re: Andela: IT Training And Job by MaZee1: 9:41am On Dec 02, 2016
abeg na, i don beg una tire... add me to the whatsapp group please 08187246453
Re: Andela: IT Training And Job by D34lw4p(m): 10:17am On Dec 02, 2016
MaZee1:
abeg na, i don beg una tire... add me to the whatsapp group please 08187246453
If there is anything you need to know about Andela, visit: http://nct.com.ng/thread-Let-Me-Introduce-Andela-To-You

1 Like

Re: Andela: IT Training And Job by Kayman358(m): 12:53pm On Dec 02, 2016
Guys please what could be causing "an error occurred while running your scripts" after all the test cases have been passed. Three labs to go
Re: Andela: IT Training And Job by rockok: 11:04pm On Dec 02, 2016
Noel1:
Actually,I wasn't patient enough to interpret the question right. The first item was meant to be the number of occurence of +ve number nd not the sum. I've corrected it. Thanks bro. Are u true with the homestudy curriculum? Its a bit much.
Sorry for the late reply. I didn't apply to andela. Hoping to do so in next class. Wish you the best.
Re: Andela: IT Training And Job by Nobody: 11:38pm On Dec 02, 2016
rockok:

Sorry for the late reply. I didn't apply to andela. Hoping to do so in next class. Wish you the best.
Tnx bro.
Re: Andela: IT Training And Job by Nobody: 7:19am On Dec 06, 2016
Hey guy !!! My Jesus did it. I just saw my invitation for interview this morning. Check ur mail inboxes.

(1) (2) (3) ... (123) (124) (125) (126) (127) (128) (129) ... (263) (Reply)

How To Apply For Nigeria Immigration Service (NIS) Recruitment 2017 / Federal Road Safety Commission 2018 Recruitment: How To Apply / FIRS To Recruit 1,250 New Staff

(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. 39
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.