Python Workshop

Python Workshop

Professional Development

10 Qs

quiz-placeholder

Similar activities

ĐOÀN THANH NIÊN 26.3.25

ĐOÀN THANH NIÊN 26.3.25

Professional Development

15 Qs

K11_CẤU TRÚC RẼ NHÁNH

K11_CẤU TRÚC RẼ NHÁNH

Professional Development

10 Qs

QUIZ SEMANA 5

QUIZ SEMANA 5

7th Grade - Professional Development

8 Qs

Misión: construye el programa en C

Misión: construye el programa en C

Professional Development

11 Qs

Python Week 2

Python Week 2

Professional Development

15 Qs

ENT116 Quiz 5%

ENT116 Quiz 5%

University - Professional Development

11 Qs

POST TEST PKP Employee Advocacy 2023

POST TEST PKP Employee Advocacy 2023

Professional Development

10 Qs

TCS Preparation

TCS Preparation

Professional Development

10 Qs

Python Workshop

Python Workshop

Assessment

Quiz

Other

Professional Development

Hard

Created by

Sumit Anand

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a=(1,2,3,4), a[1:-1] is _________

a) Error, tuple slicing doesn’t exist

b) [2,3]

c) (2,3,4)

d) (2,3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 is [2, 33, 22, 24, 25], What is list1[:-1]?

a) Error

b) [2, 33, 22, 24]

c) 25

d) [25, 24, 22, 33, 2]

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the “hello” +10+20+30?

a) hello102030

b) hello

c) Error

d) hello60

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

>>>str1="helloworld"

>>>str1[::-1]

a) dlrowolleh

b) hello

c) world

d) helloworld

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following character is used to give single-line comments in Python?

a) //

b) %

c) #

d) /*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the given code?

a) 10 20 10

b) 10

c) 20

d) 10 20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output ?

a) Numbers 1 to 10 in reverse order

b) Numbers 1 to 11 in reverse order

c) Numbers 1 to 10

d) Numbers 1 to 11

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?