JRJayant Rautelainjayant2005.hashnode.dev·Jan 30, 2024 · 1 min readLets deep diver into python inner working!!So to start the topic first, we need to understand a couple of things 1st Python is a interpreted language not a compiled language. 2nd Make a file in python then make a function a function in it create another file and import the function created in...00