iets fout ingetypt in python
Posted: Thu Apr 30, 2015 6:16 am
by vanschagen
hallo
als ik iets fout ingetypt heb in python,hoe herstel ik dat
ik kan geen backspace of del of iets doen,daar reageert hij niet op??
wie kan me helpen???
Re: iets fout ingetypt in python
Posted: Thu Apr 30, 2015 6:38 am
by MarkHaysHarris777
hallo,
... move your cursor up to the place in the REPL where you made the mistake, or where you want to edit, and then press the ENTER key.
... that will copy the line or block down to the current location in the REPL so that you can edit (change it) or modify (add to it).
hope this helps
Re: iets fout ingetypt in python
Posted: Wed Jul 17, 2019 6:19 pm
by BasDing92
Voor de Python beginners is dit artikel op ProgrammeerPlaats wel handig om te lezen:
https://programmeerplaats.nl/python-leren/
Hier kan je veel standaard basisvaardigheden leren om daarna ook met een Raspberry Pi aan de slag te gaan.