Python Programming Quiz

Python Programming Quiz

University

40 Qs

quiz-placeholder

Similar activities

CHAPTER 7 MODEL OF DIGITAL IC DESIGN

CHAPTER 7 MODEL OF DIGITAL IC DESIGN

University

40 Qs

Group 3

Group 3

University

36 Qs

Prueba 4: Manufactura y Excelencia Operativa

Prueba 4: Manufactura y Excelencia Operativa

University

38 Qs

EF1-T5 Evaluación de conocimientos 6°

EF1-T5 Evaluación de conocimientos 6°

University

45 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

40 Qs

Quiz

Quiz

University

40 Qs

VLSI unit-1

VLSI unit-1

University

40 Qs

Pretest Pemrograman Komputer TIL

Pretest Pemrograman Komputer TIL

University

35 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Yuvarani Technology

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type(10))?

<class 'float'>

 <class 'int'>

<class 'str'>

<class 'bool'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct extension of a Python file?

.py

.python

.pyt

.pt

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to define a function in Python?

func

def

define

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(2 ** 3)?

5

6

8

9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

get()

scan()

input()

read()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(10/3)?

3.0

3.33

3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of print(10 // 3)?

3.33

3.0

3

Error

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?