godviras :tla-think: # 1. In-Place Swapping Of Two Numbers. x, y = 10, 20 print(x, y) x, y = y, x print(x, y) -- Wed Apr 01, 2020 6:24 am --There are few instances when you want to know the path of modules. You can know the path by using print command #Print The File Path Of Imported Modules. impor...