Python Programming Flashcards
What is a variable?
A place to store data that can change, such as integers or strings.
What is type casting?
Setting the data type to another data type.
What does input mean?
Input means to put data into a code.
What does process mean?
Process means the actions that take place with the data.
What does output mean?
An output is what you get from the data/ how the data is displayed.
Write an example of output.
Print()
Write an example of input.
Input()
What is the symbol for multiplication?
*
What is the symbol for division?
/
What is the purpose of the Turing test?
To test how human like AI can actually get.
What is the name for adding a string and variable together?
Concatenation.
What does .strip() do
Removes the spaces at the start and end.
What does len() do?
Finds out the length of the string .
What does [] mean?
Position.
What is this data type? “Deven577”
String