Can we import variables from a module inside jupyter code cell?

I tried importing inside code cell of jupyter notebook. Everything is working fine. But I got error on importing variables inside the cell.

Here ‘a’ is a variable inside calculator module.

hey @harshsharmajnv_9b70d236614796d5,
can you also share your calculator file code.