DEV Community

Cover image for Tuple and usage
SHAMEEM ALI
SHAMEEM ALI

Posted on

2 1

Tuple and usage

## Pyhton Tuples **
tuple like as stone you can't change the values , it is immutable
**usage of Tuple

-creating a color scheme for your web site
-a list that you to stay constant


Image description

to convert in list
list(my_tuple)

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay