rs200415@rguktsklm.ac.in
CODERZONE
Home
Newsbuzz
PUC Material
Courses
Python Tutorial
C Tutorial
C++ Tutorial
java Tutorial
login
Run
Back
#try to avoid input function a = [[1,2,3],["hi","hello","rgukt","iiit"],3,"743",[3,2],756,"hello"] for i in a: if type(i) == type([]): print(i)
#try to avoid input function a = [[1,2,3],["hi","hello","rgukt","iiit"],3,"743",[3,2],756,"hello"] for i in a: if type(i) == type([]): print(i)
Click the run button. Try to avoid input() function.