Update hackingtool.py

This commit is contained in:
Mr.Z4nzu 2020-04-11 17:29:03 +05:30 committed by GitHub
parent 147a4eb96e
commit 1b829faea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ def menu():
[99]Exit
""")
choice = int(input("Z4nzu =>> "))
choice = input("Z4nzu =>> ")
if choice == 0 or choice == 00:
clearScr()
print(Logo)