Ajout C3.tex + C3.pdf

This commit is contained in:
divingeek 2025-08-26 18:58:56 +02:00
parent bdc7ff7d13
commit 4c85f09c74
49 changed files with 860 additions and 0 deletions

3
C3/codes/q11_9.py Normal file
View file

@ -0,0 +1,3 @@
ports = { 'http': 80, 'imap': 142, 'smtp': 25 }
ports['ftp'] = 21
print(ports['ftp'])