Making peterns with python in many ways | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
31st Mar 2024, 12:14 AM
Kakooza Tawufiki
Kakooza Tawufiki - avatar
1 Answer
+ 2
Kakooza Tawufiki , When you use range(), you have to put the arguments in the right order. You got no output from your program because your for loops had no iterations. Here are the official docs about range(). https://docs.python.org/3/library/stdtypes.html#range
31st Mar 2024, 1:30 AM
Rain
Rain - avatar