Bitcoin Forum
May 05, 2024, 09:03:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: HOMEWORK NEED. very easy basic Python work  (Read 651 times)
wangshengce (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 09, 2016, 04:28:57 AM
Last edit: November 26, 2016, 08:39:01 PM by wangshengce
 #1

have 2 new python assignment coming. asking $20 for 2



Must be done by monday,    better Email me wangshengcetalk@gmail.com
1714899811
Hero Member
*
Offline Offline

Posts: 1714899811

View Profile Personal Message (Offline)

Ignore
1714899811
Reply with quote  #2

1714899811
Report to moderator
1714899811
Hero Member
*
Offline Offline

Posts: 1714899811

View Profile Personal Message (Offline)

Ignore
1714899811
Reply with quote  #2

1714899811
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714899811
Hero Member
*
Offline Offline

Posts: 1714899811

View Profile Personal Message (Offline)

Ignore
1714899811
Reply with quote  #2

1714899811
Report to moderator
1714899811
Hero Member
*
Offline Offline

Posts: 1714899811

View Profile Personal Message (Offline)

Ignore
1714899811
Reply with quote  #2

1714899811
Report to moderator
1714899811
Hero Member
*
Offline Offline

Posts: 1714899811

View Profile Personal Message (Offline)

Ignore
1714899811
Reply with quote  #2

1714899811
Report to moderator
Reynaldo
Legendary
*
Offline Offline

Activity: 1143
Merit: 1000


View Profile
November 09, 2016, 09:53:19 PM
 #2

copy and paste the homework on https://bpaste.net/ since i dont want to donwload the .doc
wangshengce (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 10, 2016, 01:18:18 AM
 #3

https://bpaste.net/show/c378293f073f

HERE IT IS.

hashkey
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
November 10, 2016, 01:19:19 AM
 #4


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

[WTS] 📞 Voice Call & 📩 SMS PV Services 📲 [non-US] ⏱️ Fast Service ✔️️✔️️✔️️ |
"Your effort to remain what you are is what limits you." ~ Puppet Master
hashkey
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
November 10, 2016, 01:31:07 AM
 #5

Sent just now.

[WTS] 📞 Voice Call & 📩 SMS PV Services 📲 [non-US] ⏱️ Fast Service ✔️️✔️️✔️️ |
"Your effort to remain what you are is what limits you." ~ Puppet Master
wangshengce (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 10, 2016, 08:48:53 PM
 #6

$10   pm
amacar1
Hero Member
*****
Offline Offline

Activity: 707
Merit: 501


View Profile
November 11, 2016, 12:37:39 AM
 #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
wangshengce (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 26, 2016, 08:37:54 PM
 #8

have two new assignments need to be done by Monday. contact me if you can do.
amacar1
Hero Member
*****
Offline Offline

Activity: 707
Merit: 501


View Profile
November 27, 2016, 12:53:16 AM
 #9

I sent you PM, hope you will respond to me, because you didn't respond last time!
monbux
Legendary
*
Offline Offline

Activity: 1736
Merit: 1024



View Profile WWW
November 28, 2016, 12:38:20 AM
 #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
abhishek.g
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
November 28, 2016, 12:53:53 AM
 #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.
BitSat
Sr. Member
****
Offline Offline

Activity: 700
Merit: 251


View Profile
November 28, 2016, 04:59:06 AM
 #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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!