I am kind of a n00b but I am studying and learning the Python programming language, can someone tell me what it is capable of apart from graphical design? Can it for instance hack? Another question: has anonymous done any major cyber attacks lately?
Name:
David2013-07-24 16:09
I am having a Python related problem, when I try to put some lines under each other with print making it easier to read for instance:
print("Hello, I am having a problem,
why can't I do this?")
Now this will work:
print("Hello etc")
as long as it is on the same line, any solutions because I am quite sure there is a solution...