想求助一道python题

 我来答
大地广场舞
2018-05-01 · 北京玲珑广场舞、紫竹院广场舞等优秀舞蹈
个人认证用户
大地广场舞
采纳数:201 获赞数:1286

向TA提问 私信TA
展开全部
theStr = input('please input the letter:F\n')  #请输入大写F
theCode = ord(theStr)  
i = 65  
while i <= theCode:  
    for j in range(theCode-i,0,-1):  
        print(" ",end='')  
        #输出相应的空格  
    for i_temp in range(65, i):  
        print(chr(i_temp), end='')  
        #正向输出字母  
    for i_temp_temp in range(i, 64, -1):  
        print(chr(i_temp_temp), end='')  
        #反向补齐输出字母  
    i+=1  
    print("\n")  
#如果成功,请再输入小写f试试,效果更好!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式