RE: Python - Website Recon Tool 09-28-2014, 09:31 PM
#3
(09-28-2014, 09:17 PM)Yagmi Wrote: What are all these empty prints for?
Code:print()
print()
print(" =-=-=-=-=-Website Recon-=-=-=-=-= ")
print()
print()
I mean, they're clearly for spacing the text, but @"Eclipse", you should really just do this:
Code:
print("\n\n =-=-=-=-=-Website Recon-=-=-=-=-= \n\n")
![[Image: CDUAq9d.png]](http://i.imgur.com/CDUAq9d.png)