Skip to content

String Data Tile#


alt text A tile used to store string data type.

Description#

Description

  • This Tile is used to store Data.
  • For more details check Wikipedia

Output#

Data#

Info
  • Return
    String data defaults to an empty string.
    
  • Usage
    Used to store text data.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def addition(x, y):
        return x + y