Disappoint is a strong word. I was expecting more from Apple.

 

Yes, their new displays are “the best on the market (not 120 hrtz )”

Yes, the display size is huge

Yes, the camera is amazing

but…

Why would I want to continue buying a company that has dropped a phone from the year before.

2 years maybe… but, I feel played by Apple. Did I spend 1,250$ on a phone that is no longer supported? Yes and many of you did to and it’s not our fault. We fell into Apple’s trap. Don’t let them fool you again.

 

”’
JDG
09/12/18
Maze Level M
”’

import turtle

#Creating bob

bob = turtle.Turtle()
turtle.bgpic(“M_Mazel.gif)
bob.shape(“turtle”)
bob.color(“green”)

#Creating tim
tim = turtle.Turtle()
tim.shape(“turtle”)
tim.color(blue)

#SETUP FOR BOB
bob.penup()
bob.right(90)
bob.forward(150)
bob.left(90)
bob.forward(180)
bob.left(90)

#SETUP FOR TIM
tim.penup()
tim.

#BOB SOLUTION
bob.forward(50)
bob.left(90)
bob.forward(50)
bob.left(90)
bob.forward(120)
bob.right(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.left(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.left(90)
bob.forward(90)
bob.right(90)
bob.forward(50)
bob.left(90)
bob.forward(50)
bob.left(90)
bob.forward(80)
bob.left(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.left(90)
bob.forward(50)
bob.left(90)
bob.forward(90)
bob.right(90)
bob.forward(50)
bob.right(90)
bob.forward(50)
bob.left(90)
bob.forward(50)
bob.left(90)
bob.forward(90)
bob.right(90)
bob.forward(50)
bob.right(90)
bob.forward(80)

#SHUT DOWN COMMAND
turtle.done()

By IRADAR