Verified Answers
.py - CORRECT ANSWER What is the extension for a python file?
"Hello World" - CORRECT ANSWER When creating the first line of programming,
there is one line everyone programs, and that is?
43 - CORRECT ANSWER Which of the following is not a String?
None, all can be used to program Python - CORRECT ANSWER Which operating
system can't use to write Python programming?
\ - CORRECT ANSWER Which symbol is used to "escape" ignore special symbols,
such as ' (single quote)?
Replit - CORRECT ANSWER What program does Nick use to write Python in the
videos?
f - CORRECT ANSWER In Python, the data type int, will store what?
Today is Nov 22 - CORRECT ANSWER What is the following output for the code?
purse - CORRECT ANSWER Which variable name wasn't used in Nick's videos?
,"hello' - CORRECT ANSWER Which combination of quotes are not allowed?
Today is Sept 16 - CORRECT ANSWER What is the following output for the code?
variable - CORRECT ANSWER Which variable name was not used in the video with
Nick
x - CORRECT ANSWER Which symbol is not used for math in Python
5.5 - CORRECT ANSWER In Python, the type float, which one is a float?
None, all can be used to program Python - CORRECT ANSWER Which operating
system can't use to write Python programming?
.py - CORRECT ANSWER What is the extension for a python file?
43 - CORRECT ANSWER Which of the following is not a String?
"Hello World" - CORRECT ANSWER When creating the first line of programming,
there is one line everyone programs, and that is?
Today is Nov 22 - CORRECT ANSWER What is the following output for the code?
, import random - CORRECT ANSWER To use the Random module, what must we
include at the top of our code?
you are still a child - CORRECT ANSWER 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 What symbol would you use to see if two things are equal
to each other?
7 - CORRECT ANSWER What is the following output for the code? ex. import
random
print(random.randit(1,10))
class_in_session = True
if number:
print("Yes, class is in session") - CORRECT ANSWER Which Python code is correct?
Nothing, there is an error in the code - CORRECT ANSWER What is the following
output for this code?
ex. temp = 70
if temp == 70