Update main.py

This commit is contained in:
Leon² 2023-09-27 10:00:36 +02:00 committed by GitHub
parent fccd0ce51d
commit 7bfe22aab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import math
import random
print("Made by VitaAeterna and NekoSilvertail https://github.com/VitaAetaerna/SubnetExerciseGenerator/")
def intToDotted(ip):
# input: ip
# determins dotted decimal format for given ip as int
@ -154,4 +154,4 @@ if __name__ == '__main__':
print("\nSubnets:")
listSubnets(ip, prefix, newprefix)
input("\nPress enter to exit\n")