Python training series quiz

Python training series quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

Python Training Day-4 Quiz-4

Python Training Day-4 Quiz-4

Professional Development

10 Qs

c programming-Test 1

c programming-Test 1

Professional Development

10 Qs

Sequences-2

Sequences-2

Professional Development

10 Qs

Excel 2016 - The Comeback

Excel 2016 - The Comeback

Professional Development

10 Qs

.   Python бағдарламалау тілі

. Python бағдарламалау тілі

Professional Development

10 Qs

Python Functions

Python Functions

Professional Development

10 Qs

PYTHON JUNIOR QUIZ-3

PYTHON JUNIOR QUIZ-3

KG - Professional Development

10 Qs

Python Test 5A

Python Test 5A

Professional Development

10 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