0
Is it possible to import same python file with in a python file as many times as possible
https://code.sololearn.com/cSN150or1Fp5/?ref=app https://code.sololearn.com/c0qr6e3FSj8Y/?ref=app https://code.sololearn.com/cwiXQpejkTsA/?ref=app
2 Answers
0
After I wrote my code I runned it in a text editor I didt get any error . I imported "app" inside "app2" then I imported "area" but when I tried to import "app2" from "area" the program is showing "area" file only. How can I correct it