Run
tuple1 = () tupleLength = len(tuple1) print(tupleLength)
Output