강의

멘토링

로드맵

Inflearn Community Q&A

goyataiko8058's profile image
goyataiko8058

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)을 다시 입력하고 싶을때 어떻게 해야하죠?

python

Answer

This question is waiting for answers
Be the first to answer!
goyataiko8058's profile image
goyataiko8058

asked

Ask a question