1 Matching Annotations
  1. Sep 2018
    1. for x in range(): print(x)

      This is the only way I could get this to work but I don't think that its the way the activity wants us to do it

      for x in range(-5,0): print(-x)