a programming language that is used for software and web development and can be used on a server to create applications.
what is Python?
Sequence
What is a set of instructions executed one after another?
Python can be treated in a?
What is procedural way?
Python syntax can be executed by writing directly in the?
What is command line?
variables are created when you?
What is assign a value for it?
Python has a _____ syntax and works on platforms such as Windows, Mac, etc.
What is simple?
Iteration
The repetition of a block of instructions
Python has some similarities to the ______ language
What is English?
Indentation refers to the spaces at the beginning of a?
What is code line?
Python has no command for?
What is declaring a variable?
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?
Selection
What is a conditional statement?
Python can connect to?
What is database systems?
the indentation in Python is?
What is very important?
Python has commenting capability for the purpose of?
What is in-code documentation?
Python has syntax that allows developers to write programs with _____ lines than some other programming languages.
What is fewer?
A named variable passed into a function
What are parameters?
The most recent major version of Python is?
What is Python 3?
Python will give you an error if you?
What is skip an identation?
Comments start with a?
What is #?
Python works on ________ platforms
What is different?
Variables which are used only in the function and have values passed to them
What is an argument?
Python works on different platforms like?
What is Windows, Mac, Linux?
The number of spaces is up to you as a?
What is programmer?
Python will render the rest of the line as a?
What is comment?