Does python allows us to write multiple lines of code? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Does python allows us to write multiple lines of code?

30th Nov 2017, 5:32 PM
Mannem Teja
Mannem Teja - avatar
5 Respuestas
+ 8
https://www.python.org/downloads/ When you install Python, you can enter an interactive mode in the console (line of code gets executed instantly) or choose an Interactive Developer Environment (IDE) embedded into this install file, too. It acts as a simple editor but enables to run the code as a whole.
1st Dec 2017, 3:27 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 7
Yes, you need to use an IDE, not the console.
30th Nov 2017, 6:41 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
now that means what?(IDE, console ?)
1st Dec 2017, 11:47 AM
Mannem Teja
Mannem Teja - avatar
0
and where can I find it?
1st Dec 2017, 11:48 AM
Mannem Teja
Mannem Teja - avatar
0
tyy
1st Dec 2017, 4:10 PM
Mannem Teja
Mannem Teja - avatar