Python Workshop

Python Workshop

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python Class Test 1

Python Class Test 1

Professional Development

10 Qs

PHP Quiz

PHP Quiz

Professional Development

10 Qs

Quiz CTG

Quiz CTG

Professional Development

10 Qs

gear train

gear train

Professional Development

15 Qs

Key Technologies Quiz

Key Technologies Quiz

Professional Development

10 Qs

EUT Quiz

EUT Quiz

Professional Development

15 Qs

Introduction to python programming-I

Introduction to python programming-I

Professional Development

15 Qs

Psycho

Psycho

Professional Development

11 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?