Why Socialism? By Albert Einstein
monthlyreview.org4 ポイント投稿者 Balinares3 コメント
try:
with open("file.txt") as f:
do_something(f)
except OSError as e:
print(e)
And now: L = [abs(x) as x_abs for x in some_list if x_abs < 10]