yr8 programming Flashcards
1
Q
what is the function in python?
A
A function is a piece of code written to carry out a specific task
2
Q
What is a syntax error?
A
A syntax error is where the code is missing a comma or a quotation mark or misspelling a word
3
Q
What is a logic error?
A
A logical error is a bug in a program that causes it to operate incorrectly but not to crash
4
Q
A