| 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" |