#!/bin/bash for method in tuple dict namedtuple class slots dataclass; do time python readrides.py $method done