Thread: Python Trouble
View Single Post
Old 08-17-2006, 12:40 PM   #1 (permalink)
melvin
Registered User
 
Join Date: Jul 2006
Posts: 3
melvin is on a distinguished road
Python Trouble

Hello everyone. I am making a conversion calcualtor in python and I am having trouble, what is wrong with my code:


print"""
Welcome to the conversion calculator!
"""
print"""
Please make a choise from the following options

1. Temperatures
2. Distance Rate and Time
"""
c1 = raw_input("Please type the number of your choise : ")
if c1 = 1:
print "You have selected temperatures"
melvin is offline   Reply With Quote