Author

Topic: HOMEWORK NEED. very easy basic Python work (Read 666 times)

sr. member
Activity: 700
Merit: 251
November 27, 2016, 11:59:06 PM
#12
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
sr. member
Activity: 434
Merit: 250
November 27, 2016, 07:53:53 PM
#11
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.
legendary
Activity: 1736
Merit: 1029
November 27, 2016, 07:38:20 PM
#10
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 Smiley
hero member
Activity: 707
Merit: 501
November 26, 2016, 07:53:16 PM
#9
I sent you PM, hope you will respond to me, because you didn't respond last time!
newbie
Activity: 20
Merit: 0
November 26, 2016, 03:37:54 PM
#8
have two new assignments need to be done by Monday. contact me if you can do.
hero member
Activity: 707
Merit: 501
November 10, 2016, 07:37:39 PM
#7
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
newbie
Activity: 20
Merit: 0
November 10, 2016, 03:48:53 PM
#6
$10   pm
sr. member
Activity: 336
Merit: 250
November 09, 2016, 08:31:07 PM
#5
Sent just now.
sr. member
Activity: 336
Merit: 250
newbie
Activity: 20
Merit: 0
legendary
Activity: 1143
Merit: 1000
November 09, 2016, 04:53:19 PM
#2
copy and paste the homework on https://bpaste.net/ since i dont want to donwload the .doc
newbie
Activity: 20
Merit: 0
November 08, 2016, 11:28:57 PM
#1
have 2 new python assignment coming. asking $20 for 2



Must be done by monday,    better Email me [email protected]
Jump to: