这个答案是什么,急下面代码的执行结果是:x=40;y=80;print('the x {0} in hex is {0:x},the y in oct is {1:0},'.format (x,y))
the x 40 in hex is 28,the y in oct is 80,