Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

quiz-placeholder

Similar activities

Desain Grafis

Desain Grafis

11th Grade

10 Qs

TLE10 ICT WEEK 6

TLE10 ICT WEEK 6

10th Grade

10 Qs

Word Level 1

Word Level 1

Professional Development

8 Qs

File Management

File Management

9th - 12th Grade

15 Qs

grade 9 pygame

grade 9 pygame

9th Grade

17 Qs

PRE - TEST MODULE 5B

PRE - TEST MODULE 5B

University

10 Qs

CỦNG CỐ BÀI 25: PHẦN MỀM CHỈNH SỬA ẢNH

CỦNG CỐ BÀI 25: PHẦN MỀM CHỈNH SỬA ẢNH

11th Grade

10 Qs

DDG Format Gambar

DDG Format Gambar

10th Grade

10 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?