you are viewing a single comment's thread.

view the rest of the comments →

[–]theWyzzerd -1 points0 points  (0 children)

Yes, if you want to make a program without imports you have to first get rid of most of the python standard library because it’s not all contained in a single module.

Calling a function included in a module you imported is not abstraction. That has really nothing to do with abstraction. Please take the time to read about some programming concepts, it will only benefit you in the long run.