File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 " else:\n " ,
3838 " computer = \" schaar\"\n " ,
3939 " \n " ,
40- " print(f\" Computer kiest: {computer}\" )\n " ,
40+ " print(f' Computer kiest: {computer}' )\n " ,
4141 " \n " ,
4242 " resultaat = bepaal_winnaar(keuze, computer)\n " ,
4343 " \n " ,
4848 " \n " ,
4949 " print(f\" Stand: {score_speler} - {score_computer}\" )\n " ,
5050 " \n " ,
51- " print(\"\\ n --- EINDSTAND ---\" )\n " ,
51+ " print(' --- EINDSTAND ---' )\n " ,
5252 " if score_speler > score_computer:\n " ,
53- " print(\" Jij bent de winnaar!\" )\n " ,
53+ " print(' Jij bent de winnaar!' )\n " ,
5454 " elif score_speler < score_computer:\n " ,
55- " print(\" De computer heeft gewonnen.\" )\n " ,
55+ " print(' De computer heeft gewonnen.' )\n " ,
5656 " else:\n " ,
57- " print(\" Het is gelijkspel!\" )\n " ,
57+ " print(' Het is gelijkspel!' )\n " ,
5858 " \n " ,
5959 " speelSpel()\n " ,
6060 " ```\n " ,
You can’t perform that action at this time.
0 commit comments