移動城堡B
Programming related stuff
2012年7月20日 星期五
(Python)在ABC前重複4個空白
您如何用程式語言實現「在ABC前重複4個空白」?
看看Python可以這麼做:
print( ' '* 4 + 'ABC' )
參見:
http://stackoverflow.com/questions/3391076/repeat-string-to-certain-length
我想替這個功能按「I like」,不知道要在那邊按。
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)