Strings verbeteren

Sign in to test your solution.
# Verbeter indien nodig. Verwachte uitvoer staat na de code. print("Een mooie luchtballon.') # Een mooie luchtballon. print('7 + 11') # 18 print('Ik heb gisteren naar 'Monty Python' gekeken.') # Ik heb gisteren naar 'Monty Python' gekeken. print("Breng je deze" " 7 video's naar boven!") # Breng je deze 7 video's naar boven!
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is <b>not</b> automatically submitted to Dodona.