Added syntax highlighter widget from https://wordpress.org/plugins/syntaxhighlighter/. And now we can talk about code.
def awesome_function(*args, **kwargs):
for _i in range(10):
print("Awesome")
programming, and many others
Added syntax highlighter widget from https://wordpress.org/plugins/syntaxhighlighter/. And now we can talk about code.
def awesome_function(*args, **kwargs):
for _i in range(10):
print("Awesome")