1 Matching Annotations
  1. Sep 2020
    1. Strings

      A string is a sequence of characters that are assigned or declared to a variable within quotes.They are immutable i.e. we can't make any further changes to the string once they are assigned.The elements in the string can be accessed through index. I have learnt about many built-in functions like len(),split(),upper(),lower(),find() ,etc...