以下语句执行后a、b、c的值是:()a = watermelonb = strawberryc = cherryif a b:()c = a()a = b()b = c
以下语句执行后a、b、c的值是:()a = watermelonb = strawberryc = cherryif a b:()c = a()a = b()b = c
A.watermelon strawberry cherry
B.watermelon cherry strawberry
C.strawberry cherry watermelon
D.strawberry watermelon watermelon
正确答案:strawberry watermelon watermelon
Tag:Python语言程序设计 语句
时间:2022-02-04 21:50:28