Computer Science - Full Flashcards
Logical error
Mistakes that will allow your program to run but doesn’t do what the user intended it to do.
Syntax error
Mistakes in the way the code is written. Your program will not run
This will ask the user a question in the Python Shell and expect a response
input
Is a location in memory in which you can temporarily store text or numbers . A ________ can change throughout the running of the program.
variable
Is a location in memory in which you can permanently store data.
Constant
concatenation
This is when you join two objects together to make one (e.g. the data stored in the variable into the print string). The symbol for _____________in python is the + and , sign
Changing the datatype
casting