6.3.5 Cmu Cs Academy 'link' -

# Only move right if we aren't hitting the edge if app.movingRight and app.player.right < 400: app.player.centerX += 5

def onKeyPress(key): global circle if key == 'r': circle.fill = 'red' elif key == 'b': circle.fill = 'blue' elif key == 'g': circle.fill = 'green' 6.3.5 Cmu Cs Academy

def onKeyPress(key): print(key) # Simple, but the autograder checks for exact format # Only move right if we aren't hitting the edge if app

for practice quizzes on motion properties or collaborative forums on to troubleshoot logic errors. code example for one of these exercises, or should we look at the Unit 6 quiz About - CMU CS Academy - Carnegie Mellon University 6.3.5 Cmu Cs Academy