asked
[Kim Left-hand's Left-hand Coding] Ugly Coding Kid: Python Basics in 4 Hours (Including E-book)
end, escape code
Written on
·
183
0
예를 들면
>>> print(1, 2, 3)
1 2 3
>>>
상황에서 print(1 , 2, 3)을 다시 입력하고 싶을때 어떻게 해야하죠?
Answer