
Phyton

Quiz
•
Computers
•
11th Grade
•
Hard
Johnson jr
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x, y, z = 15, 3.2, 'Beautiful'
print(y)
Error
15
3.2
beautiful
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
alphabets = {'a':'apple', 'b':'ball', 'c':'cat'}
print(alphabets)
{'a': 'apple', 'b': 'ball', 'c': 'cat'}
'a': 'apple', 'b': 'ball', 'c': 'cat'
{a: apple, b: ball, c: cat}
error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
float_x = 2.5
float_y = 3.5
integer_z = 50
new_number = float_x + float_y + integer_z
print(new_number)
print(type(new_number))
56
<class 'float'>
56
<class 'integer'>
56.0
<class 'float'>
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
num_string = '13'
num_int = 15
num_new = int(num_string)
num_end = num_new + num_int
print (num_end)
13
15
error
28
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#Python print() with sep parameter
print ('Congratulation for Graduation' , 2024, 'Brother !', sep= '* ')
Congratulation for Graduation* 2024* Brother!
Congratulation for Graduation, 2024, Brother!
Congratulation for Graduation. 2024. Brother!
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
num_a = 4
num_b = 5
print(num_a + num_b)
print(num_a - num_b)
print(num_a // num_b)
print(num_a % num_b)
print(num_a * num_b)
9
-1
0
4
20
9
-1
0
5
20
9
-1
0
-4
20
9
-1
0
-5
20
Similar Resources on Wayground
11 questions
Python Intro 1

Quiz
•
7th - 12th Grade
10 questions
Programação em C

Quiz
•
10th - 12th Grade
10 questions
แบบทดสอบก่อนเรียน หน่วยที่ 4 การเขียนรหัสเทียม

Quiz
•
11th Grade
9 questions
Python Basics Quiz for KS3

Quiz
•
11th Grade - University
10 questions
Python: Functions and Parameters

Quiz
•
9th - 12th Grade
10 questions
STRING MANIPULATION (PYTHON)

Quiz
•
11th - 12th Grade
10 questions
Python Mid.

Quiz
•
11th Grade
9 questions
Kodland_Hafta2_Degişkenler_FG

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade