Phililp's Posts
Nairaland Forum › Phililp's Profile › Phililp's Posts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 (of 16 pages)
been waiting like hell.. dunno if anybody has gotten his.. please indicate if u have.. thanks lalasticlala, mynd44, seun. pleas help to fp |
toseen7:yu no see say na as she remove her clothes na im those guys come chill?? .. lol.. they come know say she mean am.. tiri gbosa for that woman there jare.. thats the spirit. as e d hot |
pls those that suceeeded in getting to the boot camp. pls dont forget to make for us some videos of some activities plssssssss wud love to see what its like |
Nascimento:lol.. i've got it.. my bad |
misbree:wake up! its 2017 already.. nonsense.. came to nairaland to look for relationship.. abi u dont know were flirchi and hitwe dey?? |
bros drop me ur accnt number... a little is somthing. just make certain u be on the air ........... i wana cee a nigerian independently be on the air(all locally made) lets start donating |
Adesege:i aint much into web designing.. am taking the software development route.. so i just learnt a bit of html5 and css3.. just to have the knowledge |
[quote author=Adesege post=56110652][/quote]lmao**... d tin weak me o! |
hello guys.. i was taking a python quiz in programming tutoring site and came across this question i knew the anser but the site said am wrong abeg helep me see.. What is the highest number output by this code? def print_nums(x): for i in range(x): print(i) return print_nums(10) i put 9 and it said wrong... abeg whats the right answer abi am i wrong ![]()
|
you can re-read my post bro.. if you wish.. share the source code nobody needs ur source code... this is just a challenge to excercise ur abilities just post this screenshot of the design .... thats all |
most people that call themselves web designers today are just people who knows how to use CMS. for me; a good web designer is one who is able to produce any design on the web. so; recently an indian friend of mine asked me if i was good at web designing; i agreed.. then he gave me this to design... to be sincere i cudnt so i wana see a real web desingner on NL... design it; take a screenshot of it on the browser and upload here lets see and if u wish.. share the source code
|
hey fleshbone.. looks like we both in same route.. i just started learning python a couple of weeks ago. u can add me up on fb lets share ideas.. username = "philips chike" linkedin: https://www.linkedin.com/in/philip-chike-54780313a/ thanks |
chigozie391:yea.. thats for now. i think next would consist of male too. but wonder why most girls run away from coding i love girls that can code.. |
fleshbone:thanks for ur contribution fleshbone... but i think nobody has gotten my point lemme make it clear if i want to create an instance variable that is not a parameter. and no argument is supposed to be passed to it.. do i stiill need to tag it with self ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ??example class customers: -----def add_two_nums(self; num1; num2) -------outcome = self.num1 + self.num2 -------return outcome [center]or[/center] class customers: -----def add_two_nums(self; num1; num2) -------self.outcome = self.num1 + self.num2 -------return self.outcome |
so at the end of the boot camp.. there is an assessment and the best participant are called for interview and the rest go home right ![]() |
TechRex:what if u wana create a variable in the method.. that dont need to be supplied argument.. like say: def addition(self; num1; num2) result = self.num1 + self.num2 return result now is the result supposed to be self.result ?? |
thanks bro.. alot |
when lala hears of this |
use Youtube so u can what before download.... download with savefrom.net hope it helps |
dear programmers.. am among those that cudnt make it to Andela in the previous application so getting set for the next. so.. am really confused about the self. parameter in python... here is ma code class Customers: account_balance = 0.0 def _init_(self): self.account_type = str(input('account type:')) self.name = str(input('enter name of customer:')) self.account_balance = 0 def withdrawal(self): self.amount = int(input('specify amount you want withdrawal:')) if amount > self.account_balance: print('sorry; insufficient balance') else: self.account_balance -= amount return self.account_balance def deposit(self): deposit_amount = int(input('please enter deposit amount:')) self.account_balance += deposit_amount print('you just deposited ', deposit_amount, ' and you new balance is' , self.account_balance) customer1 = Customers() customer2 = Customers() the problem is about self.. now i created a class Customers and a class variable called account_balance i know that if i want to make use of the class variable in any of the modules in class Customer i wud simply do: self.account_balance my question is this: if i want to create a variable in a module; do i still need to tag it with the self.? like i did in the def widrawal(self) def withdrawal(self) self.amount = ........ or shud i just define the variable without the self? would appreciate a ditailed answer.. thanks |
thank God for u voltz Good to see someone dream comes tru.. and voltz. when u get there make sure u make alota videos to keep inspiring us love watching videos from andela... specially that mannequin. can i mail inbox u? voltz so i keep knowing what its like to be on the inside... couldnt make it but probably in the next application. am gonna do |
