Can I use any mathematics operation n console? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can I use any mathematics operation n console?

20th Jul 2016, 8:59 AM
Muhammad Ali
Muhammad Ali - avatar
1 Respuesta
0
yes you can, with IDLE you just type 1+1 for example and with the editor you must type print (1+1). if you want to do harder math stuff you can import the math module or make some by your own
22nd Jul 2016, 1:21 AM
Tom Post
Tom Post - avatar