Solutions
Exercise: Create a flow chart for a simple calculator
Arrow Challenge
Write a function draw_arrow(n) that takes an integer n and prints the following pattern:
n = 3
n = 5
Solution:
Try it out here
Last updated
Was this helpful?