Ask a New Question
Search
IF goalsIn == goalsOut: PRINT "It's
IF goalsIn == goalsOut:
PRINT "It's a draw" ELSE IF goalsIn > goalsOut: PRINT "Player 1 wins!" ELSE: PRINT "Player 2 wins!" This
1 answer
16 views
IF goalsIn == goalsOut: PRINT "It's a draw"ELSE IF goalsIn > goalsOut: PRINT "Player 1 wins!"ELSE: PRINT "Player 2 wins!"This
1 answer
9 views
IF goalsIn == goalsOut:
PRINT "It's a draw" ELSE IF goalsIn > goalsOut: PRINT "Player 1 wins!" ELSE: PRINT "Player 2 wins!" This
1 answer
asked by
hudson
15 views
Question
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1
1 answer
53 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
Respons
1 answer
48 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
Respons
1 answer
37 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
1 answer
281 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
1 answer
63 views
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point)
Respons
1 answer
asked by
Hayden
111 views
Which line of code would print the first item in a list named pens?
(1 point) Responses print[pens(1)] print[pens(1)]
1 answer
237 views