mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 05:02:17 -04:00
556 B
556 B
id, title, challengeType, videoId, dashedName
| id | title | challengeType | videoId | dashedName |
|---|---|---|---|---|
| 697fe6c932baa3841ab62a65 | Python Interpreter | 11 | -c1vFEsIod4 | python-interpreter |
--description--
In this video, you will learn how to work with the Python interpreter.
--questions--
--text--
What is the Python interpreter?
--answers--
This is a program that writes Python code for you.
This is a tool that compiles Python into Java or C++.
This is a library that stores Python functions.
This is a program that reads and executes Python code.
--video-solution--
4