Computer Science, asked by kamathabhishek31, 3 months ago

Identify the valid declaration of rec object given as
follows:
>>> rec='Roll number' +str (1)+ ' Age'+ str (15)
a) Tuple b) String c) Dictionary d) List​

Answers

Answered by anwarshahid98522
0

Answer:

ch ksvs ssnzbssbs

shshskshdjshgds

Answered by koustub2006
0

Answer: Option C) Dictonary

Explanation:

Strings, Tuples & Lists are usually contained in brackets (eg : (), [], etc.)
Dictionary only has a class name with addition to other attributes

Similar questions