코드:
실행 »
표준입력/실행옵션
def hi(): return 'hi' x=hi() print(x)
x
1
def
hi
():
2
return
'hi'
3
4
x
=
hi
()
5
print
(
x
)
표준입력 & 실행옵션
Close
표준입력 (stdin)
실행옵션 (runtime option)
입력
Cancel