Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

quiz-placeholder

Similar activities

INFORMATIKA (BAB II, TOPIK M.WORD)

INFORMATIKA (BAB II, TOPIK M.WORD)

10th Grade

11 Qs

pre quiz chapter 3

pre quiz chapter 3

University

10 Qs

Komponen dan Style pada DMI

Komponen dan Style pada DMI

10th Grade

15 Qs

MID SEMESTER ASJ KELAS XI TKJ

MID SEMESTER ASJ KELAS XI TKJ

11th Grade

10 Qs

Audacity:Know the basics

Audacity:Know the basics

Professional Development

10 Qs

DDG Format Gambar

DDG Format Gambar

10th Grade

10 Qs

TLE - ICT - Computer Programming Quiz

TLE - ICT - Computer Programming Quiz

9th Grade

10 Qs

Test your self

Test your self

10th - 11th Grade

15 Qs

Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

Assessment

Quiz

Education

8th Grade - Professional Development

Medium

Created by

Sai Sankalp N

Used 8+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?