hello,here is my idea:
var():
input var name (str),
outputs var value
example:
 
>>>count1=1.34
>>>var('count',1)
1.34thank you and have a nice day!