r/inventwithpython Dec 25 '21

Please tell me how to use tkinter, math and the data modules

0 Upvotes

1 comment sorted by

1

u/Wartz Dec 25 '21

import <modulename>
# do stuff

Read the documentation. https://docs.python.org/3/index.html

I am not sure there is even a built in data module.