> let tuple = (06, "Tuple Data Type");;val tuple : int * string> let (num, str) = tuple;;val num : intval str : string