My code will print 'tab1' but want to print '143' (tab1 value). How????
Code:
tab1=143
t='tab'+'1'    #it mean tab1
print t