2014-10-13 3 views

답변

0

약 어떨까요?

lis = ['A', 'Quick', 'brown', 'fox', 'jump', 'over', 'the', 'lazy'] 
print(' '.join(lis)) 

출력 :

A Quick brown fox jump over the lazy 
관련 문제