how do i import text to a variable in python code example
Example: how to get variabels from text file
#python stuff over here
getVarFromFile(filename) #this is the function that im looking for
print var_b
#output: car, as string
print var_c
#output 15.5, as number.