SG 5: Strings and Lists

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary terms related to strings and lists in Python programming.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

String

A sequence of characters enclosed in quotes, like 'hello'.

2
New cards

Character

A single letter, digit, or symbol in a string.

3
New cards

String operations

Actions you can perform on strings, such as concatenation (+), slicing, and repetition (*).

4
New cards

Index

The position of an item in a string or list, starting from 0.

5
New cards

List

An ordered collection of items in Python, written with square brackets [].

6
New cards

Traversal

Accessing each element in a string or list one at a time, often using a loop.