0

Let's say I'd like to look at the code of the built-in 'math' module. Where would I find this?

jarrey
  • 80
  • 1
  • 9

2 Answers2

1

You can search like this: "your module" + documentation. For example: Pygame documentation. You will get all the info you need from there. Otherwise you can use google. Python is a very popular language and there's information of all kind out there. Hope this helps!

martin
  • 887
  • 7
  • 23
1

Question is already asked many times You can find the answer of where to find module path and it's digging time
retrieve a module's path

octopus
  • 151
  • 1
  • 8