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.
Opgave
Kopieer en plak onderstaand programma in een IDE. Voer het een paar keer uit met verschillende waarden van \(\mathsf{n}\).
n=int(input('Geef het aantal herhalingen: '))foriinrange(n):print('Python')