s="0923 Hangzhou Yayunhui"; t=""
for i in range(len(s)):
j=s[i]
if not j>="a" or j>"z":
t=""
t=j+t
print(t)
程序运行后,输出的内容是( )