题目内容

print('{:b}'.format(12))的输出结果是( )。

查看答案
更多问题

print('{:d}'.format(12))的输出结果是( )。

print('{:o}'.format(12))的输出结果是( )。

print('{:x}'.format(12))的输出结果是( )。

下面程序运行的结果是()。print('{0:.3f}'.format(8/3))

答案查题题库