Python training series quiz

Python training series quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

c programming-Test 1

c programming-Test 1

Professional Development

10 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Python Functions

Python Functions

Professional Development

10 Qs

Python Module 1

Python Module 1

University - Professional Development

13 Qs

aXQtMjktMTEtMjAyMg==

aXQtMjktMTEtMjAyMg==

Professional Development

10 Qs

Python

Python

University - Professional Development

10 Qs

Python Training Day-4 Quiz-4

Python Training Day-4 Quiz-4

Professional Development

10 Qs

Javascript Function Quiz

Javascript Function Quiz

Professional Development

11 Qs

Python training series quiz

Python training series quiz

Assessment

Quiz

Professional Development, Computers

Professional Development

Hard

Created by

Michael Inyang

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Documentation approach in Python includes the following except ?

Proper naming

Comment

Comment String

Accessing __doc__

Method

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python have how many keywords ?

23

30

43

33

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

one of the following is not a key word in Python ?

Def

True

False

None

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A function must have one of the following except ?

return value

name

nested scope

Body or logic

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

All function must have a parameter ?

Answer explanation

Please reply with Yes or No

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A function in Python is the same as a Method ?

Yes

Sometimes

No

Only when written inside a nested scope

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print(f"") is also called ?

print special type

print format or F-strings

print function

print format advance

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

*args will collect extra positional arguments as a ?

string

list

tuple

dictionary

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

**dao will collect extra keyword arguments as a ?

object

class

lambda

dictionary