Python Workshop

Python Workshop

Professional Development

10 Qs

quiz-placeholder

Similar activities

REV CODE

REV CODE

Professional Development

15 Qs

GPP Monthly Meeting

GPP Monthly Meeting

Professional Development

10 Qs

Booked by PSP 7th QUIZ TIME!

Booked by PSP 7th QUIZ TIME!

Professional Development

10 Qs

PPPK GURU SD - BAKAT SKOLASTIK

PPPK GURU SD - BAKAT SKOLASTIK

Professional Development

15 Qs

UNIT II

UNIT II

Professional Development

15 Qs

Python Tuples

Python Tuples

Professional Development

9 Qs

ôn tập toán 3 giữa học kì 2

ôn tập toán 3 giữa học kì 2

Professional Development

10 Qs

Làm quen với ppt

Làm quen với ppt

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?