Python Terms 1 Flashcards
known as the writeable text document used to write the code
Main
The program running the written code.
Shell
a block of code that only runs when it is called.
Function (Command)
The Following Function allows you to place notes for yourself with the “#” that only you can read and the computer ignores.
Comment Function
a command/order when wrote out displays the specified message to the screen when you run the software.
Print Function
A named location used to store data in the memory. Something you can repeatedly call when needed.
A Variaible
A function that allows user input/type out things when the program is running.
Input Function
An statements are conditional statements, they run a particular block of code based on the results
If Statement
An executable condition that runs set of statements as long as a condition is not met.
While Loop