Source Code:
(back to article)
# This is a comment # print("This line of code will not be executed") print("This is the main code and will be executed")
Result:
Report an issue