Making peterns with python in many ways | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
31st Mar 2024, 12:14 AM
Kakooza Tawufiki
Kakooza Tawufiki - avatar
1 Réponse
+ 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