Basic Python Operations | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Basic Python Operations

I am new to this Python 3 course. And as per given tutorial, I tried to run the basic operations(like add or division). But its popping no output. Please help.

27th May 2020, 9:32 AM
Sakshi Suman
Sakshi Suman - avatar
2 Answers
+ 4
Try this: print(12 + 13)
27th May 2020, 9:35 AM
Namit Jain
Namit Jain - avatar
+ 1
Thanks Namit Jain .
27th May 2020, 9:44 AM
Sakshi Suman
Sakshi Suman - avatar