有如下Python程序段:
s=“Python“
ans=““
for i in range(len(s)):
c=s[i]
if“a“<=c<=“z“:
if i%2==0:
c=chr((ord(c)–ord(“a“)–i)%26+ord(“a“))
else:
c=c.jye.ai( ?。?x.jye.ai( )將字符串x中的大寫字母轉換成小寫字母
ans+=c
print(ans)
執(zhí)行該程序段后,輸出的內容是( ?。?/h1>
【考點】選擇語句.
【答案】D
【解答】
【點評】
聲明:本試題解析著作權屬菁優(yōu)網所有,未經書面同意,不得復制發(fā)布。
發(fā)布:2024/11/17 7:30:2組卷:4引用:4難度:0.4
相似題
-
1.編寫程序查找字符串中最長連續(xù)相同字符的長度:
橫線處可選代碼為:①h②h=0③h=h+1④Mid(s,i,l)=Mid(s,i+1,1)⑤Mid(s,i,1)=Mid(s,i-1,1),則①②③處語句依次為( )發(fā)布:2025/1/2 10:30:2組卷:1引用:1難度:0.4 -
2.下列選項中,與語句“Ifx>188 Then y=x*0.5 Else y=x*0.8“功能相同的是( ?。?/h2>
發(fā)布:2025/1/2 10:30:2組卷:1引用:2難度:0.5 -
3.有程序代碼如下,輸入某數(shù)據(jù)后,輸出結果為“B”。那么輸入的數(shù)據(jù)可能是( ?。?br />Dim score As Integer
score=Val(InputBox(“score:“))
If score>89 Then
Print“A“
Else
If score>59 Then
Print“B“
Else
Print“C“
End If
End If發(fā)布:2025/1/2 12:0:1組卷:0引用:1難度:0.6
把好題分享給你的好友吧~~