Python Final Exam questions with
verified solutions (17)
What is the extension for a python file? - correct answer ✔✔.py
When creating the first line of programming, there is one line everyone programs, and that is? - correct
answer ✔✔"Hello World"
Which of the following is not a String? - correct answer ✔✔43
Which operating system can't use to write Python programming? - correct answer ✔✔None, all can be
used to program Python
Which symbol is used to "escape" ignore special symbols, such as ' (single quote)? - correct answer ✔✔\
What program does Nick use to write Python in the videos? - correct answer ✔✔Replit
In Python, the data type int, will store what? - correct answer ✔✔f
What is the following output for the code? - correct answer ✔✔Today is Nov 22
Which variable name wasn't used in Nick's videos? - correct answer ✔✔purse
Which combination of quotes are not allowed? - correct answer ✔✔"hello'
What is the following output for the code? - correct answer ✔✔Today is Sept 16
Which variable name was not used in the video with Nick - correct answer ✔✔variable
,Which symbol is not used for math in Python - correct answer ✔✔x
In Python, the type float, which one is a float? - correct answer ✔✔5.5
Which operating system can't use to write Python programming? - correct answer ✔✔None, all can be
used to program Python
What is the extension for a python file? - correct answer ✔✔.py
Which of the following is not a String? - correct answer ✔✔43
When creating the first line of programming, there is one line everyone programs, and that is? - correct
answer ✔✔"Hello World"
What is the following output for the code? - correct answer ✔✔Today is Nov 22
To use the Random module, what must we include at the top of our code? - correct answer ✔✔import
random
What is the following output for this code? ex. age = 17
if age>= 18:
print("you are an adult")
else:
print("you are still a child") - correct answer ✔✔you are still a child
What symbol would you use to see if two things are equal to each other? - correct answer ✔✔==
What is the following output for the code? ex. import random
print(random.randit(1,10)) - correct answer ✔✔7
, Which Python code is correct? - correct answer ✔✔class_in_session = True
if number:
print("Yes, class is in session")
What is the following output for this code?
ex. temp = 70
if temp == 70
print("Perfect weather day")
print("Any sunny day is a great day") - correct answer ✔✔Nothing, there is an error in the code
What is the following output for this code?
ex.
age = 18
if age>= 18:
print("you are an adult")
else:
print("you are still a child") - correct answer ✔✔you are an adult
In Python, if I want to compare 2 values not equal to each other, what is the correct way to write the
code? - correct answer ✔✔!=
Which code will work? - correct answer ✔✔hungry = True
if hungry:
print("I need to eat, I am hungry")
What is the following output for this code?
ex.
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller Sakayobako30. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $17.99. You're not tied to anything after your purchase.