name = "ああああ"
print "名前は{name}です".format(name=name)

これが便利そうだと思えてたということなんだよな
perlでは
print "名前は$nameです";
と書けてたのに