My python code wont work for some reason. It says the error is coming from the syntax of the function but im not sure why its doing that
one=1
two=2
three=3
four=4
five=5
six=6
seven=7
eight=8
nine=9
ten=10
print "test"
def convert()
  number = raw_input('Enter the number you need converted to binary')
enterYourCommand = raw_input("Enter your command")
if enterYourCommand is "convert"
  convert()
elif enterYourCommand is "tonumber"
  tonumber()
 
     
     
     
    