Variables-evaluating

Hello

a='xxx'
print "Variable a = #{a\t*3}";
does not what I expected
I want ("\t")*3 # three Tabs
Can this be done in one expression (without print ...., ....) ?

Thank you
Andrew