noun🔗Share튜플A finite sequence of terms."The student's tuple of favorite colors was red, blue, and green. "학생이 가장 좋아하는 색상 튜플은 빨강, 파랑, 녹색이었습니다.computingmathChat with AIVocabulary GamePractice Reading
noun🔗Share튜플A single row in a relational database."In the student database, each tuple represents one student's complete record. "학생 데이터베이스에서 각 튜플은 한 학생의 전체 레코드를 나타냅니다.computingtechnicalsystemChat with AIVocabulary GamePractice Reading
noun🔗Share튜플A set of comma-separated values passed to a program or operating system as a parameter to a function call."The function to calculate the total cost accepted a tuple of prices as input. "총 비용을 계산하는 함수는 가격 튜플을 입력으로 받았습니다.computingtechnicalsystemChat with AIVocabulary GamePractice Reading
noun🔗Share튜플In some programming languages, a data type that is similar but distinct from the list data type, whose instances are characterized by having a rather fixed arity, and the elements of which instances can differ from each other by data type. (Note: this definition may overlap with the previous one.)"Both Python and Haskell have a tuple data type as well as a list data type."파이썬과 하스켈 모두 튜플 데이터 타입과 리스트 데이터 타입을 가지고 있습니다.computingtechnologytypelistChat with AIVocabulary GamePractice Reading