Python Programming Quiz 1

Python Programming Quiz 1

Professional Development

30 Qs

quiz-placeholder

Similar activities

CLF-C02 - Sim. 28 Questões Semana 4 - AWS Cloud Pratiticioner

CLF-C02 - Sim. 28 Questões Semana 4 - AWS Cloud Pratiticioner

Professional Development

28 Qs

Moviles II Fase I

Moviles II Fase I

Professional Development

30 Qs

CCPS Day 2 - Latihan

CCPS Day 2 - Latihan

Professional Development

25 Qs

MCyber_Chap12N13

MCyber_Chap12N13

Professional Development

25 Qs

Python Quiz Modulul 1

Python Quiz Modulul 1

Professional Development

27 Qs

VirtualBox

VirtualBox

Professional Development

27 Qs

AWS Services Worksheet

AWS Services Worksheet

Professional Development

28 Qs

HyQuizz - Mùa 3 - Day 3

HyQuizz - Mùa 3 - Day 3

Professional Development

25 Qs

Python Programming Quiz 1

Python Programming Quiz 1

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Mr.K.V.K.Sasi Kanth AP@CSE

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.33

3

4

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python function definition?

def func:

def func()

function func()

func def()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does type([]) return?

list

[]

type

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

**

exp()

^^

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of bool([])?

True

False

None

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'hello'.capitalize() return?

'Hello'

'hello'

'HELLO'

'Hello '

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method checks if a string ends with a specific substring?

ends()

finish()

endswith()

close()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?