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
23 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
13 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
21 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
90 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
77 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
62 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
305 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
93 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
141 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
255 views