Ask a New Question
Search
IF goalsIn == goalsOut: PRINT
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
8 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
14 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
52 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
47 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
35 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
279 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
61 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
109 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
235 views