IT 116: Introduction to Scripting
Class 3 Ungraded Quiz
-
What is a statement?
-
What is a function?
-
What is an argument?
-
Where do arguments appear in a call to a function?
-
What is a string?
-
What is a literal?
-
What do you call a statement that runs a function?
-
What do you call a statement that gives a value to a variable?
-
What is a variable?
-
How do you create a variable in Python?