Getting Started with CPython: 2
Hello reader,
The last article on CPython, we talked about calling a simple hello world function from a python script. Read about it here.
Let us talk about printing the attributes of a python list object as defined in C
Task: Print the number of ite...
wisdomblogs.hashnode.dev2 min read