Python Programming Quiz 1

Python Programming Quiz 1

Professional Development

30 Qs

quiz-placeholder

Similar activities

Breezeline Self-service

Breezeline Self-service

Professional Development

32 Qs

Amazon Trivia

Amazon Trivia

Professional Development

27 Qs

Quiz Instalasi dan Konfigurasi Sistem Operasi Windows 8.1

Quiz Instalasi dan Konfigurasi Sistem Operasi Windows 8.1

Professional Development

27 Qs

Quiz de Funções do Excel

Quiz de Funções do Excel

Professional Development

30 Qs

Estudo para o teste generation

Estudo para o teste generation

Professional Development

31 Qs

Sim. 25 Questões Semana 2 - AWS Cloud Pratiticioner - CLF-C02

Sim. 25 Questões Semana 2 - AWS Cloud Pratiticioner - CLF-C02

Professional Development

25 Qs

Telecoms

Telecoms

Professional Development

34 Qs

FE Basic Quiz

FE Basic Quiz

Professional Development

30 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?