Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webge/jupyter_bitwise_corr
1NSI - Opérations sur les bits en Python [CORRECTION]
https://github.com/webge/jupyter_bitwise_corr
binaire exercices jupyter notebooks nsi python
Last synced: 7 days ago
JSON representation
1NSI - Opérations sur les bits en Python [CORRECTION]
- Host: GitHub
- URL: https://github.com/webge/jupyter_bitwise_corr
- Owner: WebGE
- Created: 2024-08-01T08:03:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T16:24:29.000Z (4 months ago)
- Last Synced: 2024-10-12T14:42:01.196Z (about 1 month ago)
- Topics: binaire, exercices, jupyter, notebooks, nsi, python
- Language: Jupyter Notebook
- Homepage:
- Size: 115 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. [CORRECTION]