This repository is a collection of Python scripts and practice exercises I created nearly 5 years ago when I first started learning Python. Many of these scripts were inspired by tutorials from ...
# 2. Invert (balikan) binary formatnya (1 jadi 0, 0 jadi 1) 0b0011 # 1. Cari binary format dari angka 12 0b1100 # 2. Cari binary format dari angka 13 0b1101 ...