Last answered:

10 Oct 2019

Posted on:

10 Oct 2019

0

Can tuples take string values?

Hi, Can tuples take string values?

1 answers ( 0 marked as helpful)
Instructor
Posted on:

10 Oct 2019

0

Hi Marc,
A tuple can contain values of any type. Here is an example of a tuple with two strings:
 
("Hello", 'World')  
 
Best,
The 365 Team

Submit an answer