Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Class notes CS 102 (FYCS)

Rating
-
Sold
-
Pages
3
Uploaded on
23-11-2024
Written in
2024/2025

Providing in depth of python programming language strings types of strings , string Operations and many more .

Institution
Course

Content preview

STRINGS

Strings in Programming Languages

A string is a sequence of characters, often used to represent text in programming. Strings
are fundamental data types in most programming languages and are typically enclosed in
quotation marks (" " or ' ').

Strings in Python

In Python, a string is a sequence of characters enclosed in quotes (single, double, or triple).
Strings are immutable, meaning they cannot be changed after creation.

Creating Strings

1.Single Quotes
single_quoted_string = 'Hello, World!'

2.Double Quotes
double_quoted_string = "Hello, World!"

3.Triple Quotes
triple_quoted_string = """Hello,
World!"""

String Operation

1.Concatenation
greeting = "Hello, "
name = "John"
full_greeting = greeting + name
print(full_greeting) # Output: Hello, John

2.Repetition
repeated_string = "Hello" * 3
print(repeated_string) # Output: HelloHelloHello

3.Indexing
string = "Hello"
print(string[0]) # Output: H
print(string[-1]) # Output: o


4.Slicing
string = "Hello"
print(string[1:3]) # Output: el

Written for

Institution
Course

Document information

Uploaded on
November 23, 2024
Number of pages
3
Written in
2024/2025
Type
Class notes
Professor(s)
Ms.riya
Contains
All classes

Subjects

$9.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
shrutikakathe

Get to know the seller

Seller avatar
shrutikakathe Mumbai University
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
1 year
Number of followers
0
Documents
1
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions