Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
1NSI - Opérations sur les bits en Python
- Host: GitHub
- URL: https://github.com/webge/jupyter_bitwise
- Owner: WebGE
- Created: 2024-08-01T08:07:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T16:21:10.000Z (5 months ago)
- Last Synced: 2024-10-12T14:42:03.276Z (2 months ago)
- Topics: binaire, exercices, jupyter, notebook, nsi, python
- Language: Jupyter Notebook
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.