Python輸出特殊字元圖形(一)大雁南飛

來源:互聯網
上載者:User

標籤:span   IV   width   out   height   .com   結果   style   python   

 1 #conding=utf-8 2 import sys 3 def fun(char,num): 4     """ 5     @author:成都-傑森  QQ:917207011 6     :param char:str(char) 7     :param num:int(num) 8     :return: 9     char = str(char)10     num = int(num)11     rowLen = num12     for i in range(num):13         output = ‘ ‘ * (rowLen - i) + char14         for k in range(i):15             output += ‘ ‘ * rowLen + char16         print(output)17     num -= 118     for i in range(num):19         output = ‘ ‘ * (i + 2) + char20         for k in range(num - i - 1):21             output += ‘ ‘ * rowLen + char22         print(output)23 if __name__ == ‘__main__‘:24     fun("$$$$$$",6)

運行結果:

Python輸出特殊字元圖形(一)大雁南飛

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.