Python News
* Hack The Virtual Memory: Python bytes
[https://blog.holbertonschool.com/hack-the-virtual-memory-python-bytes/]
* 파이썬 3의 내부를 둘러보기 위해서 파이썬을 사용해서 가상 메모리를 해킹하는 과정을 소개하는 기사
> Everything in Python is an object: integers, strings, bytes, functions,
everything. So the line s = b"Holberton" should create an object