Συμπληρώστε σωστά τον κώδικα
(*)Μπορείτε να αναιρέσετε την απάντησή σας κάνοντας αριστερό κλικ πάνω στην λέξη.
from random import randint
choice = randint(0, 2)
if choice 0 :
computer "P",
choice == 1:
computer = "R"
computer = "S"
(" computer = ", computer, " choice = ", choice)