본문으로 건너뛰기
Sinabro
1 / 5
PythonVariables & Types

What is the output of this code?

x = "3" + "5"
print(x)