425 B
425 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | 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