Problem Statement - B02E-2015D
Write a method in python to display the elements of list thrice if it is a number and display the element terminated with ‘#’ if it is not a number.
For example, if the content of list is as follows: ThisList=['41','DROND','GIRIRAJ','13','ZARA'] 414141 DROND# GIRlRAJ# 131313 ZARA#
Solution
CSKC| Created: 14-Jan-2019 | Updated: 14-Jan-2019|CBSE12D-2015