Python Tips #1

This is a test post

First Paragraph. Example text here….

Sample code

def f(x):
    if x is None:
        return 'yes'
    else:
        return 'no'

Feel free to share this post!

Scroll to Top