I'm pretty sure the syntax for this in python is:
user_input1 = raw_input("Enter Name: ")user_input2 = raw_input("Enter Value: ")info = (user_input1, user_input2)
once set, tuples cannot be changed.
I'm pretty sure the syntax for this in python is:
user_input1 = raw_input("Enter Name: ")user_input2 = raw_input("Enter Value: ")info = (user_input1, user_input2)
once set, tuples cannot be changed.