Lets 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...
Jan 30, 20241 min read