chore: import upstream snapshot with attribution
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
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
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: 8ca3a380a75d00443d9e09bd
|
||||
title: Hello World Program
|
||||
challengeType: 11
|
||||
videoId: H2WnzGCeydQ
|
||||
dashedName: hello-world-program
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
In this video, you will learn how to write your first program in Python.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which of the following is the correct way to print `"Hello World"` to the console?
|
||||
|
||||
## --answers--
|
||||
|
||||
`print("Hello World")`
|
||||
|
||||
---
|
||||
|
||||
`printf("Hello World")`
|
||||
|
||||
---
|
||||
|
||||
`prints("Hello World")`
|
||||
|
||||
---
|
||||
|
||||
`printing("Hello World")`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: edeae16d4bf9505165740c75
|
||||
title: Installing Python and PyCharm
|
||||
challengeType: 11
|
||||
videoId: RgGQJDOms1M
|
||||
dashedName: installing-python-and-pycharm
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
In this video, you will learn how to install Python and PyCharm onto your computer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is PyCharm used for?
|
||||
|
||||
## --answers--
|
||||
|
||||
It is a programming language similar to Python used for developing mobile apps.
|
||||
|
||||
---
|
||||
|
||||
It is a Python library used for data analysis.
|
||||
|
||||
---
|
||||
|
||||
It is an IDE used to run Python programs.
|
||||
|
||||
---
|
||||
|
||||
It is an operating system designed for developers.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: 05b8c9b04c6df84636956fab
|
||||
title: Introduction
|
||||
challengeType: 11
|
||||
videoId: EgQZWE8in68
|
||||
dashedName: introduction
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
In this video, instructor Mike Dane explains why you should learn Python.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What is one reason to learn Python?
|
||||
|
||||
## --answers--
|
||||
|
||||
It is required to be learned before any other programming language.
|
||||
|
||||
---
|
||||
|
||||
It is one of the most popular programming languages used in the industry.
|
||||
|
||||
---
|
||||
|
||||
It is the fastest programming language for all types of applications.
|
||||
|
||||
---
|
||||
|
||||
It is only useful for complex gaming applications.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
Reference in New Issue
Block a user