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 = [[11,22,33], [44,55,66], [77,88,99]] row = len(a) col = len(a[0]) print("It is a "+str(row)+"x"+str(col))
#try to avoid input function a = [[11,22,33], [44,55,66], [77,88,99]] row = len(a) col = len(a[0]) print("It is a "+str(row)+"x"+str(col))
Click the run button. Try to avoid input() function.