• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

How to print below list

L =[[ 1,2,3],[,2,4,6],[ 3,6,9]]

python
22nd Nov 2017, 2:37 PM
jaipal naidu
jaipal naidu - avatar
1 Answer
+ 5
print(L) or for i in l: for j in i: print(j)
22nd Nov 2017, 2:43 PM
Oma Falk
Oma Falk - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Programming
4 Votes
Learning
1 Votes
GUYS WHY IS IT WRONG
3 Votes
What to do
0 Votes
Detailed help‑request in Python
1 Votes
PLEASE TEACH ME HOW TO CODE PROPERLY AND I DONT NOW HOW TO CODE BUT I WANT TO LEAR
0 Votes
Can AI Be Your Coding Valentine?
0 Votes
Has solo learner been helpful so far
0 Votes
Put user input in array for C++
1 Votes
so... As someone who learns programming via phone and applies the things they learn through a program on the phone
1 Votes