News

Nested Loop Goal: Create a program that uses an outer and inner loop to print out the following values each on a separate line: a1, a2, a3, b1, b2, b3, c1, c2, c3 ...
Contribute to munkhdorj-m/Python-exercise-10-Nested-Loop-3 development by creating an account on GitHub.
So I'm not a programmer, I took a few classes ages ago, but there are some Python scripts in use on the servers here so I figured I'd start. What I'm trying to do is call an API and get a chunk of ...