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

40 lines
357 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
id: 5e6a54ba58d3af90110a60a2
title: '導言Python 這門編程語言'
challengeType: 11
videoId: 0QeGbZNS_bY
dashedName: introduction-python-as-a-language
---
# --question--
## --text--
運行這兩行代碼後打印出什麼樣的內容:
```python
x = 6
print(x)
```
## --answers--
x
---
6
---
x = 6
---
(x)
## --video-solution--
2