freeCodeCamp/curriculum/challenges/chinese-traditional/07-scientific-computing-wit.../python-for-everybody/introduction-python-as-a-la...

357 B
Raw Blame History

id title challengeType videoId dashedName
5e6a54ba58d3af90110a60a2 導言Python 這門編程語言 11 0QeGbZNS_bY introduction-python-as-a-language

--question--

--text--

運行這兩行代碼後打印出什麼樣的內容:

x = 6
print(x)

--answers--

x


6


x = 6


(x)

--video-solution--

2