You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tuple are immutable, means they can't be changed. Once the value is stored inside a tuple it cant be modified, but we can use it to perform various actions on it.
17
+
* Tuple are similar to a List but just the difference it is immutable.
18
+
* Syntax to assign value inside a tuple --> tuple_name = (....)
0 commit comments