Python String Slicing

Python String Slicing

University

8 Qs

quiz-placeholder

Similar activities

Pengantar Programming DDP D4 JTK POLBAN

Pengantar Programming DDP D4 JTK POLBAN

University

10 Qs

HTML

HTML

University

13 Qs

Teste python- Unesp-Jaboticabal

Teste python- Unesp-Jaboticabal

University

10 Qs

Chapter 5-1: Review Questions & Exercises

Chapter 5-1: Review Questions & Exercises

University

10 Qs

HTML Quiz

HTML Quiz

University

10 Qs

pointers and structures

pointers and structures

University

10 Qs

Operating System - Chapter 1-1

Operating System - Chapter 1-1

University

10 Qs

โปรแกรมประมวลผลคำ บทที่ 1 ByKrujang

โปรแกรมประมวลผลคำ บทที่ 1 ByKrujang

University

10 Qs

Python String Slicing

Python String Slicing

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Sarju S

Used 44+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of above Python code?

str1="6/4"

print("str1")

1

6/4

1.5

str1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will result in an error?

print(str1[2])

str1[1]="x"

print(str1[0:9])

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of below Python code?

str1="Information"

print(str1[2:8])

format

formatio

orma

ormat

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the code given below?

# Code snippet starts

org = ‘QuizOrbit’

print(org[-1:-6:-1])

# Code snippet ends

tibrO

Orbit

Quiz

QuizOrbit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the output of the code given below?

# Code snippet starts

org = ‘QuizOrbit’

 print(org[::-1])

 # Code snippet ends

tibrOziuQ

QuizOrbit

OrbitQuiz

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of below code:

s=’cppbuzz chicago’

print(s[3:5])

buzzc

pbuzz

bu

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string is an _______ data type.

Mutable

Immutable

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers