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

A60551. str1 = 'Python' + 'Python' + 'Python'

判断题

题目描述

str1 = 'Python' + 'Python' + 'Python'
str2 = 'Python' * 3

str1 str2 保存的内容是一样的。( )

选项(单选)