Intermediate python

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Regensu Live
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dictionary = {“name”:”Max”,”age”:27}
print(dictionary)
What is the output?
{‘name’:’Max’,’age’:27}
{name:Max,age:27}
‘name’:’Max’,’age’:27
name:Max,age:27
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the ways to make a dictionary?
A = {“name”:Max}
A = dict(name=Max
A = [“name”:Max]
A = [name = Max]
A = (“name”:”Max”)
A = dict[name = Max
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a dictionary?
Items with Key-Value Pairs
Immutable list
Mutable list
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dictionary = {“name”:”Max”}
Value = dictionary[“name”]
print(Value)
What is the output?
Max
“Max”
{‘Max’}
[Max]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
D = {“name”:”Max”}
D[“name”] = “Sam”
Print(D)
What is the output?
{‘name’:’Sam’}
Sam
[‘name’]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add something in a dictionary?
Dictionary[“age”] = 3
Dictionary.add(“age”: 3)
Dictionary.update(“age”:3)
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What are the ways to delete an item in a dictionary?
del D[“name”]
D.remove[name]
D.pop(“name”)
D.delete(“name”)
8.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What are the ways to find if an item exists in a dictionary?
If “name” in dictionary:
print(“exists”)
Else:
print(“doesn’t exist”)
try:
print(dictionary[“name”])
except:
print(“doesn’t exist”)
dictionary.find(“name”)
dictionary.locate(“name”)
9.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How do you copy dictionaries?
DC = D
DC = D.copy()
D.copy()
D.replicate()
Similar Resources on Wayground
10 questions
KD-1 Dasar pemrograman python

Quiz
•
10th Grade
13 questions
computer science

Quiz
•
11th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics

Quiz
•
9th Grade
6 questions
Procedures Practice Part 2

Quiz
•
9th - 12th Grade
10 questions
DATAFRAME AND SERIES

Quiz
•
12th Grade
10 questions
Câu hỏi trắc nghiệm Python

Quiz
•
10th Grade
9 questions
Print and Input in Python 2022

Quiz
•
11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade