Hello World Python

# Python code for "Hello World"

print("Hello!, I'm from crackforcrack")

Note: Please note that Python doesn't depend on the braces ( {} ), instead it uses indentation for its scope.

No comments: