How do I: Save, copy, and edit code in Python programme (see below) ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How do I: Save, copy, and edit code in Python programme (see below) ?

So I'm having a basic problem of getting through coding and errors; 1. how do I save any code (along with copying it in without having to re-type it manually)? and 2. when an error appears and i have to edit code, how do i do it without pressing 'enter' and running the code im trying to edit/fix ? thank you!

27th Aug 2017, 4:54 PM
Hamish Robb
1 Antwort
0
You are using python shell for IDLE software, so to save the code , just click on file on menu then choose 'new file' then write your code. to run the program, click on run then run module, or from the keyboard button 'F5'. or you can use another software called 'PyCharm'
28th Aug 2017, 8:08 AM
Ahmed Bougandoura
Ahmed Bougandoura - avatar