How to draw 'L' shape by loop function and list on python? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to draw 'L' shape by loop function and list on python?

It is the exercise that will be answer on python and we will learn loop easy and with fun.

13th Aug 2019, 4:04 PM
Sadman Islam Zarif
Sadman Islam Zarif - avatar
2 Antworten
0
#something like this? x=["L ", "L ", "L ", "L ", "LLLLL"] for L in x: print(L)
13th Aug 2019, 4:16 PM
Steven M
Steven M - avatar
0
This is a new answer that I have got.so thank you to cbr[most active]
13th Aug 2019, 4:53 PM
Sadman Islam Zarif
Sadman Islam Zarif - avatar