Teknik Informatika/Python/Loop

Loop kumpulan objek

sunting
for fn in files:
   if not os.path.exists(fn):
      print('error!')