print "{1}\t{0}".format(1, 2)输出format里第1个,第0个print "{0}\t{1}".format(city, cost)输出format里第0个,city,第1个,cost