當前位置:成語大全網 - 書法字典 - python如何輸出兩個字符壹行的“Hello World”?

python如何輸出兩個字符壹行的“Hello World”?

#考慮輸出中有空字符的情況。

def?函數(字符串):

s?=?"";

為了什麽?n?在?範圍(len(string)):

如果?(n?+?1)?%?2?!=?0:

s?=?s?+?string[n];

如果?len(字符串)?==?(n?+?1):

印刷品;

否則:

s?=?s?+?string[n];

印刷品;

s?=?"";

def?main():

input_str?=?餵?世界';

函數(input _ str);

主()