-
-
Save kvalv/7c3408322e7b77a2fd14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from socket import * | |
| s = socket(AF_INET, SOCK_DGRAM) | |
| s.sendto("hello",("78.91.11.26",60770)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment