Bitcoin Forum

Economy => Services => Topic started by: wangshengce on November 09, 2016, 04:28:57 AM



Title: HOMEWORK NEED. very easy basic Python work
Post by: wangshengce on November 09, 2016, 04:28:57 AM
have 2 new python assignment coming. asking $20 for 2



Must be done by monday,    better Email me wangshengcetalk@gmail.com


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: Reynaldo on November 09, 2016, 09:53:19 PM
copy and paste the homework on https://bpaste.net/ since i dont want to donwload the .doc


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: wangshengce on November 10, 2016, 01:18:18 AM
https://bpaste.net/show/c378293f073f

HERE IT IS.



Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: hashkey on November 10, 2016, 01:19:19 AM
https://bpaste.net/show/c378293f073f

HERE IT IS.



I sent you an email. Were you able to get it?


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: hashkey on November 10, 2016, 01:31:07 AM
Sent just now.


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: wangshengce on November 10, 2016, 08:48:53 PM
$10   pm


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: amacar1 on November 11, 2016, 12:37:39 AM
Something like that

Code:
# Future population estimation
# Your name

currentPopulation = 307357870
birth = 7
death = 13
immigrant = 35

yearsPredicting = int(raw_input("For how many years you want prediction? "))

#convert years to seconds
yearsInSeconds = yearsPredicting * 365 * 24 * 60 * 60

#take float values
futurePopulation = currentPopulation + float(yearsInSeconds) / birth
futurePopulation -= float(yearsInSeconds) / death
futurePopulation += float(yearsInSeconds) / immigrant

#we can't have "half" of person, so we take lower bound
futurePopulation = int(futurePopulation)

print "Future population estimation is: ", futurePopulation

My address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: wangshengce on November 26, 2016, 08:37:54 PM
have two new assignments need to be done by Monday. contact me if you can do.


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: amacar1 on November 27, 2016, 12:53:16 AM
I sent you PM, hope you will respond to me, because you didn't respond last time!


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: monbux on November 28, 2016, 12:38:20 AM
have two new assignments need to be done by Monday. contact me if you can do.
I can help you out, always need to brush up on those python skills :)


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: abhishek.g on November 28, 2016, 12:53:53 AM
I have sent you a message on email chat , you can reply me back as soon as you get it. Hope you still have some projects left.


Title: Re: HOMEWORK NEED. very easy basic Python work
Post by: BitSat on November 28, 2016, 04:59:06 AM
I can do this if it still needs to be done
You can read OP's post its needed Monday mean already gone now wait for next assignment if he needed in near future