initial commit
This commit is contained in:
16
randomport/randomport1.py
Normal file
16
randomport/randomport1.py
Normal 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()
|
Reference in New Issue
Block a user