1 Matching Annotations
- Sep 2020
-
greenteapress.com greenteapress.com
-
Chapter 10Lists
like a strings here lists is a sequence of values in a list that may be any type this values in a list are called elements and list can have different data types Strings are need to be given in single or double codes.And also Strings are immutable which means a string cannot be updated.And another important topic from strings is Slicing of a string which means we can obtain the substring from the given string by following a syntax.
-