1. Which of the following is a valid variable name in Python?, 2name, Name2, Which of the following correctly loops 5 times?, for i in range(6), for i in range(5), Which of the following statements about a while loop is true?, It runs as long as the condition is True., It always runs infinitely., What is the output of this code? for i in range(3) print (i), 0 1 2, 0 1 2 3

Grade 12 Python

Leaderboard

Visual style

Options

Switch template

Continue editing: ?