Wipro Coding Question Solve | list dictionary tuple count | Codewindow.in

Question 1 How to Attempt? Write a logic inside the given function, to do the following task on a given inputstring.Find the number of Lists, Dictionaries and Tuples that occurs in the input stringand return the count in the order of List, Dictionary and Tuple (LDT). That is,“L”+listcount+”D”+dictionarycount+T+tuplecount. For example,return “L2D413”, like that. 1. Lists […]

Wipro Coding Question Solve | list dictionary tuple count | Codewindow.in Read More »