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

A58793. 下列程序的运行结果是?( )tem=(4,7,4,6,9)tem=tem+(4,)print(tem.count(4))

单选题

题目描述

下列程序的运行结果是?( )
tem=(4,7,4,6,9)
tem=tem+(4,)
print(tem.count(4))

选项(单选)