3 lines
No EOL
85 B
Python
3 lines
No EOL
85 B
Python
ports = { 'http': 80, 'imap': 142, 'smtp': 25 }
|
|
ports['ftp'] = 21
|
|
print(ports['ftp']) |