
python boot camp

Quiz
•
Computers
•
University
•
Hard
SECE IT
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 5 y = x y = 10 print(x)
5
10
None
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(2 ** 3 ** 2)
512
64
256
36
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def func(x, y=[]):
y.append(x)
return y
print(func(1))
print(func(2))
print(func(3, []))
print(func(4))
[1] [2] [3] [4]
[1] [1, 2] [3] [1, 2, 4]
[1] [2] [3] [4]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 5
print(x == 5 and x < 10 or x > 10)
True
False
Error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print(2** (3** 2))
512
64
729
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = "Hello"
y = 3
print(x * y)
'HelloHelloHello'
'Hello3'
Error
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = [1, 2, 3, 4]
b = a
b.append(5)
print(a)
[1, 2, 3, 4]
[1, 2, 3, 4, 5]
[5, 1, 2, 3, 4]
Error
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Типы данных Python2

Quiz
•
6th Grade - University
10 questions
CR1-Introducción a la Programación con Python

Quiz
•
University
11 questions
Ordre supérieur et arbres 2

Quiz
•
University
10 questions
Java Static

Quiz
•
University
8 questions
Java Exeption

Quiz
•
University
15 questions
[Python For All] Quiz 5 - Numpy

Quiz
•
University
10 questions
Machine Learning and Python.

Quiz
•
University
10 questions
Python Round 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade