Www.mrshasseld.com



Python ReviewName: ____________________________________Hour: __________What’s it mean when I say that Python is a dynamic, high level programming language?Mathematical Expressions are made up of values and operators. Write an example below and label each partWhat is a variable? Why do we use them?Why do you have to be careful about the spelling and capitalization of variables?How do you overwrite a variable?What is the purpose of strings in Python? How do I know something is a string? Give an example below.Give an example of string concatenation and explain when you would use it.What does “flow of execution” mean? Explain why it’s important. What are comments, how do we add them to a Python program and why do we add them?What is a function? Give an example of a function available always in Python. Give another example of a function you have to call.Explain how you create your own function and why you would create it.What does the import function do in Python? Give an example of when we would use it.The line of code below includes a variable, a function and arguments. Label each.number = random.randint(1, 20)What is a Boolean data type? Give an example of why we would use them.What does the Int() function do in Python? Why do we need to use it?What does the STR() function do in Python? Why do we need to use it?What are parameters in Python?What is an “if statement”? Give an example of one in Python.Why do we use “else”??? explain! ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download