Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I Need Help with Python
#9
(02-04-2010, 06:56 PM)Master of The Universe Wrote: Well thought you can do it alone Tongue
edit: but go with uber1337's code, I think it's more what you're looking for
Code:
#!usr/bin/env python

temp = raw_input("What's the Temperature? ")
water = raw_input("Is the Water salted? ")

if water == "yes" :
    if int(temp) <= -10:
        print "Water freezes"
    else:
        print "No, It's not cold enough!"
elif water == "no":
    print "Do the magic here!"
Lol I don't think he knows about Python, otherwise he would code such an easy program by himself, and I doubt he has any interest in learning it, due to his urgent need to get this program by tonight.
[Image: izsyo6.jpg]


Reply


Messages In This Thread
I Need Help with Python - by Kharnage - 02-04-2010, 04:01 PM
RE: I Need Help with Python - by uber1337 - 02-04-2010, 06:09 PM
RE: I Need Help with Python - by Gaijin - 02-04-2010, 06:13 PM
RE: I Need Help with Python - by Kharnage - 02-04-2010, 06:35 PM
RE: I Need Help with Python - by Gaijin - 02-04-2010, 06:51 PM
RE: I Need Help with Python - by uber1337 - 02-04-2010, 06:55 PM
RE: I Need Help with Python - by Kharnage - 02-04-2010, 06:53 PM
RE: I Need Help with Python - by Gaijin - 02-04-2010, 06:56 PM
RE: I Need Help with Python - by uber1337 - 02-04-2010, 07:01 PM
RE: I Need Help with Python - by Kharnage - 02-04-2010, 07:16 PM
RE: I Need Help with Python - by Kharnage - 02-05-2010, 02:14 PM
RE: I Need Help with Python - by uber1337 - 02-05-2010, 04:46 PM
RE: I Need Help with Python - by Kharnage - 02-05-2010, 04:51 PM
RE: I Need Help with Python - by uber1337 - 02-05-2010, 08:53 PM
RE: I Need Help with Python - by Kharnage - 02-05-2010, 08:56 PM
RE: I Need Help with Python - by uber1337 - 02-05-2010, 08:59 PM
RE: I Need Help with Python - by Kharnage - 02-05-2010, 09:04 PM
RE: I Need Help with Python - by Canoris - 02-05-2010, 10:30 PM
RE: I Need Help with Python - by uber1337 - 02-05-2010, 10:41 PM
RE: I Need Help with Python - by Kharnage - 02-06-2010, 08:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Help Dεlluzion 3 1,810 09-30-2019, 12:59 AM
Last Post: samsmith001
  Simple Python Python Compiler Canoris 21 8,516 06-01-2011, 06:30 PM
Last Post: Filefinder
  Python 2 vs 3? Jake 8 2,306 12-11-2010, 04:13 PM
Last Post: Bursihido
  Python help Kharnage 2 775 02-12-2010, 09:07 PM
Last Post: Kharnage
  "==" and "is" in Python Canoris 1 764 02-07-2010, 03:55 PM
Last Post: uber1337

Forum Jump:


Users browsing this thread: 1 Guest(s)