1 Matching Annotations
  1. Sep 2020
    1. 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.