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