हिंदी

Consider the following tuples, tuple1 and tuple2: tuple1 = (23,1,45,67,45,9,55,45) tuple2 = (100,200) Find the output of the following statement: print(tuple1 + tuple2) - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Consider the following tuples, tuple1 and tuple2:

tuple1 = (23,1,45,67,45,9,55,45)
tuple2 = (100,200)

Find the output of the following statement:

print(tuple1 + tuple2)
टिप्पणी लिखिए

उत्तर

The '+' operator concatenates the two tuples.

OUTPUT:

(23, 1, 45, 67, 45, 9, 55, 45, 100, 200)

shaalaa.com
Tuple Operations
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 10: Tuples and Dictionaries - Exercise [पृष्ठ २२३]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
अध्याय 10 Tuples and Dictionaries
Exercise | Q 1. iii. | पृष्ठ २२३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×