Category: Uncategorized

  • { “cells”: [ { “cell_type”: “markdown”, “id”: “c7ded892-dcce-4eb8-bd44-1b06875a4eac”, “metadata”: {}, “source”: [ “**TUPLES**” ] }, { “cell_type”: “markdown”, “id”: “9244e377-5bb0-4e21-8861-02ddd0673a28”, “metadata”: {}, “source”: [ “Tuples are immutable. Doesnt matter if you turn a mutable object into tuple. Its still immutable\n”, “\n”, “You can create tuples like listing” ] }, { “cell_type”: “code”, “execution_count”: 1, “id”:…