dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
38 lines
556 B
Markdown
38 lines
556 B
Markdown
---
|
|
id: 697fe6c932baa3841ab62a65
|
|
title: Python Interpreter
|
|
challengeType: 11
|
|
videoId: -c1vFEsIod4
|
|
dashedName: 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
|