Q : [‘Life’, ‘is’, ‘too’, ‘short’] 리스트를 Life is too short 문자열로 만들어 출력해 보자.
answer
1 | print(" ".join(['Life', 'is', 'too', 'short'])) |
1 | print(" ".join(['Life', 'is', 'too', 'short'])) |
Author: Slay
Permalink: http://sean-baek.github.io/2022/08/21/2022-08-21-jump2python-exercises-answer-2-7/
License: Copyright (c) 2021 CC-BY-NC-4.0 LICENSE
Slogan: Do you believe in DESTINY?