| | |
Its Running, But The Numbers Isn't Lining Up Straight.please Help
Thread Solved |
•
•
Join Date: Feb 2006
Posts: 43
Reputation:
Solved Threads: 0
THE WINDCHILL TABLE IS RUNNING, BUT THE NUMBER IS NOT LINNING UP STRAIGHT. CAN YOU PLEASE HELP ME, THANKS
:mad: :evil: :cry: :o
Python Syntax (Toggle Plain Text)
def windchill( vel, temp): wc = 35.74 + .6215*temp - 35.75*(vel**.16) + .4275*temp*(vel**.16) return wc def main(): print (" __ __ __ Temperature \n") print ("Speed \n") print (" 1 -20 70 10 0 10 20 30 40 50 60 ") for x in range(5, 55, 5): print x for y in range (-20, 70, 10): chill = windchill(x,y) print str(int(chill)) + " ", main()
:mad: :evil: :cry: :o
![]() |
Similar Threads
- Help Upgrading My Pc. (Motherboards, CPUs and RAM)
- catching errors (C++)
- Why Is It Still Not Running...Help...Due In 5hrs.. (Python)
- Dell Inspiron 1150 (Motherboards, CPUs and RAM)
- Stack conversion (C++)
- Wierd Numbers appear when trying to run a running product in a C++ program (C++)
Other Threads in the Python Forum
- Previous Thread: Python speed !
- Next Thread: program to read print who you are, based on your user account in/etc/passwd.
| Thread Tools | Search this Thread |
abrupt ansi anti apache approximation array assignment avogadro backend beginner binary book builtin calculator character code converter countpasswordentry curved customdialog dan08 dictionaries dictionary dynamic examples exe file float format function gnu graphics gui heads homework import inches input java launcher library line lines linux list lists loop mouse mysql mysqlquery number numbers numeric output parsing path phonebook plugin pointer port prime programming progressbar projects py2exe pygame pysimplewizard python random recursion redirect scrolledtext software statictext statistics string strings sum table terminal text textarea thread threading time tlapse trick tricks tuple tutorial twoup ubuntu unicode urllib urllib2 variable wordgame write wxpython xlib





