Python Basics Notes
CPU Operations are also known as Computing
x = 5 ( 5 is Data )x -> Variable / Placeholder / Reference
In a Real Scenario, The Kernel is the one that controls the whole device, not the operating System.
y = 10print (y) → 10type (y) → intid (y) → 14039...
piyushkabra.hashnode.dev2 min read