initial commit

This commit is contained in:
2021-09-13 19:16:12 +02:00
commit 7d7f43d734
9 changed files with 387 additions and 0 deletions

16
randomport/randomport1.py Normal file
View File

@ -0,0 +1,16 @@
from random import *
def randomPort():
x = randint(10000, 65535)
print(x)
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()
randomPort()