Art, asked by wapangtemsu7777, 15 days ago

Hihi

sorry if you all are shocked with my Japanese language
hehe^^​

Answers

Answered by sugantipandit7
3

lBuilt-in Tuple Functions.

Sr.No. Function & Description

1 len(tuple) Gives the total length of the tuple.

2 max(tuple) Returns item from the tuple with max value.

3 min(tuple) Returns item from the tuple with min value.

4 tuple(seq) Converts a list into tuple

Similar questions