测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A60711. 下列python程序代码运行后会得到多少个”#”?( )for tt in range(1,6): print('#'*tt)

单选题

题目描述

下列python程序代码运行后会得到多少个”#”?( )

for tt in range(1,6):
    print('#'*tt)

选项(单选)