From the scratch, I'm studying python to make AI agents, apps etc. Today I've learned the most basic and yet the important thing in computer science is that computer only understands the binary number 0s and 1s
So all the code we write is translated to binary numbers to make the computer understand what are we writing this thing blew my mind cause I thought the code we write the computer understands it and give results or errors.