코드:
실행 »
표준입력/실행옵션
a = "python" b = "html" c = "json" print(a) print(b + " is fun") print(c * 3)
x
1
a
=
"python"
2
b
=
"html"
3
c
=
"json"
4
5
print
(
a
)
6
print
(
b
+
" is fun"
)
7
print
(
c
*
3
)
표준입력 & 실행옵션
Close
표준입력 (stdin)
실행옵션 (runtime option)
입력
Cancel