What is Python?
Syntax
Python Comments
Python Variables
Python
100

 It is a popular programming language.

What is python?

100

By writing directly in the Command Line

How can python syntrax be executed?

100

To explain Python code, to make code more readable, to prevent execution when testing code. 

What are comments used for?

100

Containers for storing data values.

What is variables?

100

It was designed for easier understanding, and has some similarities to the English language with influence from math.

What is python compared tro other programming languages?
200

Guido van Rossum

Who created python?

200

Identation, Variables, Comments

Which are the python syntax steps?

200

#

What does a comment always have to start in?

200

Created the moment you first assign a value to it.

What is how to create a variable?

200

The most recent major version of Python is Python 3, which we shall be using in this tutorial. However, Python 2, although not being updated with anything other than security updates, is still quite popular.

What is good to know?

300

Web development,software development,mathematics,system scripting.

What is python used for?

300

Refers to the spaces at the beginning of a code line.

What is python identation?

300

A # for each new line 

What is multi line comments?
300

Specify the data type of a variable

What is casting?

300

Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has syntax that allows developers to write programs with fewer lines than some other programming languages.

What is why python?

400

It can connect to data systems. It can be used to handle big data such as files, downloads, etc. 

What can python do?

400

When you assign a value to it

What are pythion variables?

400
Placing comment inside triple quotes.

What is a multiline strip?

400

Can be declared either by using single or double quotes

What is string variables?
400

Code can be executed as soon as it is written.

What is interpreter system?

500

Procedural, object-oriented, or  a functional way.

What ways can python be treated in?

500

The purpose of in-code documentation.

What is pythgon comment capability?

500

Add a multi line strip 

Python will ignore string literals that are not assigned to a variable?

500

Get the data type of a variable with the type() function.

What is get the type?
500

Python can be used for rapid prototyping, or for production-ready software development.

What is what can python do?