Python

Python コードの何行目かを取得

import inspect

print("Q. 今、何行目? A. {0} 行目".format(inspect.currentframe().f_lineno))  # Q. 今、何行目? A. 3 行目