0
How to Print this with using loop in python
TTTTTTTTTTTTTTT T T T T T T T T
3 Answers
+ 3
Sometimes it can be useful to explore the behaviour with simple examples.
You could try just make a program that only prints:
TTT
T T
using loop(s).
And if the algorithm does not already feel clear you can try to make program that only prints:
TTTT
T T
T T
(Using loop(s)).
And etc.
+ 2
Show us your attempt to solve your homework.
0
Looks like someone has a lazyness problem, rather than an actual question.



