在线名词解释大全 - Python程序设计 - 详细

31 Whatwillbedisplayedbythefollowingcode??(note?representsablankspace)()print(format("Welcome", ">10s"),end= '#')print(format(111, "<4d"),end= '#')print(format(924.656, ">10.2f"))

A
???Welcome#?111#924.66
B
???Welcome#?111#????924.66
C
???Welcome#111?#????924.66
D
Welcome???#111?#????924.66
正确答案:
相关推荐
扫描二维码
关注公众平台