Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
De volgende code wil het kommagetal 3.14 afdrukken, maar drukt in plaats daarvan 3 14 af:
print(3,14)
Opdracht
Fix de code zodat het programma precies dit afdrukt:
3.14
Tip
In Python gebruik je een punt als decimaalteken, niet een komma.