Kernel: Python 3 (ipykernel)
In [2]:
Out[2]:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-2-68df348563ca> in <module>()
----> 1 import cal
2 a=int(input("First num ="))
3 b=int(input("Second num ="))
4 ch=input("Enter your choice\nA-ADD\nS-SUB\n D-Div\n M-MUL\n P-Power")
5
ModuleNotFoundError: No module named 'cal'
In [ ]: