Gist Test

//This is a test gist. let things = ("Hello", "World") for item in things { print(item) }

Comments

Popular posts from this blog

NULL vs None in sqlite3 for Python

Complete SQLite IMDb Database with Python