In this video, we will learn what is a #tuple, how to create and use tuples
A #tuple is a data structure that can store multiple values of different types in a single variable.
A #tuple can be used to return multiple values from a method, pass multiple parameters to a method, or group related values together.