
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
첫 코드 입력부터 막힙니다.
print('hello')
왜 작동 안하는 건가요? ㅠㅠ

작성한 코드 및 에러 메세지
print('hello')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-28-8df0164c4e34> in <cell line: 0>()
----> 1 print('hello')
TypeError: 'str' object is not callable
