This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
The 9 questions for technical article idea generation. | |
Implemented by Liam Niehus-Staab, April 2020 | |
Rights assigned by Liam Niehus-Staab to Philip Kiely, April 2020, as a birthday present | |
Released with MIT License by Philip Kiely, June 2020 | |
""" | |
import sys | |
questions = ["What programming languages do you know well enough to write about?", |
NewerOlder