I got confused how to create Module in VS code
How to create Module
hey @md.muneerhasan ,
You just need to create new python code file , where you will be storing all implementations that you want to use from another file. Like in the video , it was calculator.
And when this code file is created , you just need to import it in your main code to further use it.
Note : Do not name it as any module that pre exists in your system. As it will then get confused which one to pick up.
I hope this would have helped you.
Thank You. 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.