import random
ans=""
while len(ans)<3:
t=chr(random.randint(0,25)+ord("A"))
if t not in ans:
ans+=t
print(ans)
程序运行后,输出的结果可能是( )
微信扫码预览、分享更方便