• 코드:
​x
 
1
def hi():
2
    return 'hi'
3
​
4
x=hi()
5
print(x)
표준입력 & 실행옵션