0
What is compound datatype ? What are the different cases/possibilities in compound datatypes ?
Also give some example in python3
1 Réponse
+ 1
Compound data types are types that are made of one or more other data types.
Lists ,sets,dictionaries,strings are compound datatypes.