(填空题)
表达式’The first:{1},the second is{0}’.format(65,97)的值为()。
正确答案
'The first:97, the second is 65'
答案解析
略
相似试题
(判断题)
表达式{1,2}*2的值为{1,2,1,2}。
(填空题)
表达式{1,2,3}=={1,3,2}的值为()。
(单选题)
表达式(7/3+1)*(18/5-1)的值是()
(填空题)
表达式set([1,1,2,3])的值为()。
(填空题)
表达式[1,2,3]==[1,3,2]的值为()。
(单选题)
表达式1?(0?3:2):(10?1:0)的值是()。
(判断题)
表达式{1,3,2}>{1,2,3}的值为True。
(判断题)
表达式list(’[1,2,3]’)的值是[1,2,3]。
(填空题)
表达式set([1,2,3])=={1,2,3}的值为()。