Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

quiz-placeholder

Similar activities

Teks Deskripsi - Pertemuan 6

Teks Deskripsi - Pertemuan 6

7th - 9th Grade

10 Qs

Global, Comparative and International Education

Global, Comparative and International Education

University

11 Qs

Kemampuan Dasar Matematika

Kemampuan Dasar Matematika

9th - 12th Grade

10 Qs

KIỂM TRA 10 PHÚT (lần 3)

KIỂM TRA 10 PHÚT (lần 3)

11th Grade

10 Qs

Naruto Knowledge  (Shippuden)  Part 1

Naruto Knowledge (Shippuden) Part 1

3rd Grade - University

10 Qs

INFRASTRUKTUR JARINGAN

INFRASTRUKTUR JARINGAN

12th Grade

15 Qs

Projectile Motion 1.0

Projectile Motion 1.0

University

10 Qs

Digital Electronics

Digital Electronics

University

15 Qs

Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

Assessment

Quiz

Education

8th Grade - Professional Development

Practice Problem

Medium

Created by

Sai Sankalp N

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the correct answer:

Arbitrary Keyword Arguments

*a

**a

***a

Arbitrary_kwargs

*kwargs

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the odd one out

str

int

float

dict

def

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which mode is used for only READING?

"r"

"a"

"w"

"read"

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the correct line of code

With open(file_path, file_mode) as file:

with Open(file_path, file_mode) as file:

with open(file_path, file_mode) as file:

with open(file_path, file_mode):

with os.open(file_path, file_mode) as file:

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How to get both the KEYS and VALUES of a dictionary

dict.keys_&_values()

dict.items()

dict.all()

dict.stuff()

6.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Keyword used to make a function

(Be careful with the case of the letters)

7.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

.listdir() is a function of the module 'x'

what is the name of the module 'x'?

sys

win32

OS

os

operating_system

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?