+ 1
How to navigate source code in vscode for eg maths module in python
9 Respuestas
+ 1
Here is the link to Python library on Github.
https://github.com/python/cpython/blob/main/Modules/mathmodule.c
+ 1
Seems like it, I start learning python recently.
https://en.m.wikipedia.org/wiki/CPython
+ 1
If you want to find the path to Python on your computer to see the code read this article.
https://www.dummies.com/programming/python/how-to-find-path-information-in-python/
+ 1
Thank u
+ 1
You're welcome
+ 1
I am new to coding but looks like I was able to figure it out 😊
https://code.sololearn.com/cZymAH9ZrTwT/?ref=app
Resources
Python Time
https://www.programiz.com/python-programming/time
How to Iterate Through a Dictionary in Python
https://realpython.com/iterate-through-dictionary-python/
Change Value In Dict
https://www.kite.com/python/answers/how-to-change-a-dictionary-value-in-python
+ 1
Thanks
0
So it's in c not in py
0
How can I make a function which recursively store the letter as keys and the time it had occurred as value in a dict can u help me well it's python intermidiate letter counter project