Ajout C3.tex + C3.pdf
This commit is contained in:
parent
bdc7ff7d13
commit
4c85f09c74
49 changed files with 860 additions and 0 deletions
3
C3/codes/q11_9.py
Normal file
3
C3/codes/q11_9.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ports = { 'http': 80, 'imap': 142, 'smtp': 25 }
|
||||
ports['ftp'] = 21
|
||||
print(ports['ftp'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue