Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 5 results
  • https://eng.libretexts.org/Courses/Delta_College/Introduction_to_Programming_Concepts_-_Python/10%3A_Tuples
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_for_Everybody_(Severance)/10%3A_Tuples/10.01%3A_Tuples_are_Immutable
    A tuple1 is a sequence of values much like a list. The values stored in a tuple can be any type, and they are indexed by integers. The important difference is that tuples are immutable. Tuples are als...A tuple1 is a sequence of values much like a list. The values stored in a tuple can be any type, and they are indexed by integers. The important difference is that tuples are immutable. Tuples are also comparable and hashable so we can sort lists of them and use tuples as key values in Python dictionaries.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_for_Everybody_(Severance)/10%3A_Tuples
  • https://eng.libretexts.org/Courses/Delta_College/Introduction_to_Programming_Concepts_-_Python/10%3A_Tuples/10.01%3A_Tuples_are_Immutable
    A tuple1 is a sequence of values much like a list. The values stored in a tuple can be any type, and they are indexed by integers. The important difference is that tuples are immutable. Tuples are als...A tuple1 is a sequence of values much like a list. The values stored in a tuple can be any type, and they are indexed by integers. The important difference is that tuples are immutable. Tuples are also comparable and hashable so we can sort lists of them and use tuples as key values in Python dictionaries.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/16%3A_Answer_Key/16.02%3A_Chapter_3
    This page revisits Python programming concepts, including strings, formatted strings, variables, lists, and tuples. It explains indexing, code points, and escape sequences, emphasizing the differences...This page revisits Python programming concepts, including strings, formatted strings, variables, lists, and tuples. It explains indexing, code points, and escape sequences, emphasizing the differences between f-strings and regular strings, as well as format specifiers.

Support Center

How can we help?