Do they know a tuple/list/dict when they see it?
When to use list vs. tuple vs. dictionary vs. set?
Can they use list comprehensions (and know when not to abuse them?)
Can they use tuple unpacking for assignment?
String building. Do they use “+=” or do they build a list and use .join() to recombine them efficiently?
Truth-value testing questions […]