Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Dec 14, 2021
1 parent 545fd4b commit a112f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def battle(player1: list, player2: list, backend_sim: Aer) -> Tuple:
print("A quantum process choose who starts... Human or Robot")
if begin == 0:
player1[0] = True
print("You start")
print("Human starts")
else:
player2[0] = True
computer[0] = True
Expand Down

0 comments on commit a112f84

Please sign in to comment.