What is Python?
Programming

Why Python?
Python syntax
Python Variables
100

a programming language that is used for software and web development and can be used on a server to create applications.

what is Python?


100

Sequence

What is a set of instructions executed one after another?

100

Python can be treated in a? 

What is procedural way?

100

Python syntax can be executed by writing directly in the?

What is command line?

100

 variables are created when you?

What is assign a value for it?

200

Python has a _____ syntax and works on platforms such as Windows, Mac, etc.

What is simple?

200

Iteration 

The repetition of a block of instructions 

200

Python has some similarities to the ______ language

What is English?

200

Indentation refers to the spaces at the beginning of a?

What is code line?

200

Python has no command for?

What is declaring a variable?

300

Python runs on an ________ system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.

What is interpreter?


300

Selection

What is a conditional statement?

300

Python can connect to?

What is database systems?

300

the indentation in Python is?

What is very important?

300

Python has commenting capability for the purpose of?

What is in-code documentation?

400

Python has syntax that allows developers to write programs with _____ lines than some other programming languages.

What is fewer?

400

A named variable passed into a function 

What are parameters?


400

The most recent major version of Python is?

What is Python 3?

400

Python will give you an error if you?

What is skip an identation?

400

Comments start with a?

What is #?

500

Python works on ________ platforms

What is different?

500

Variables which are used only in the function and have values passed to them

What is an argument?

500

Python works on different platforms like?

What is Windows, Mac, Linux?

500

The number of spaces is up to you as a?

What is programmer?

500

Python will render the rest of the line as a?

What is comment?