Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webge/jupyter_bitwise

1NSI - Opérations sur les bits en Python
https://github.com/webge/jupyter_bitwise

binaire exercices jupyter notebook nsi python

Last synced: 6 days ago
JSON representation

1NSI - Opérations sur les bits en Python

Awesome Lists containing this project

README

        

Python dispose d'opérateurs bit-à-bit (bitwise) qui agissent directement sur les nombres au niveau des bits.

**Enoncé de l'exercice**

Ecrire un programme Python qui affiche la table d'une des opérations logiques (ET, OU, OU-EXCLUSIF) pour tous les entiers de n bits.