0
Can I use any mathematics operation n console?
1 Answer
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