In [173]: runfile('G:/UBCO/2020-2021/Python/20200928/multipleImport.py', wdir='G:/UBCO/2020-2021/Python/20200928')

3.210000

3.210000

00000000000000003.210000

00000000000000003.210000

00000000000000321.000000

000

001

002

file000data.txt

file001data.txt

file002data.txt

file000data.txt

file001data.txt

file002data.txt

The contents of file 1: [1. 1.1 1.2 1.3 1.4]

The contents of file 2: [2. 2.1 2.2 2.3 2.4]

The contents of file 3: [3. 3.1 3.2 3.3 3.4]

The contents of file 4: [4. 4.1 4.2 4.3 4.4]

The contents of file 5: [5. 5.1 5.2 5.3 5.4]

The contents of every odd file 1: [1. 1.1 1.2 1.3 1.4]

The contents of every odd file 3: [3. 3.1 3.2 3.3 3.4]

The contents of every odd file 5: [5. 5.1 5.2 5.3 5.4]

The contents of every even file 2: [2. 2.1 2.2 2.3 2.4]

The contents of every even file 4: [4. 4.1 4.2 4.3 4.4]

The contents of each selected file 01: [1. 1.1 1.2 1.3 1.4]

The contents of each selected file 02: [2. 2.1 2.2 2.3 2.4]

The contents of each selected file 03: [3. 3.1 3.2 3.3 3.4]

The contents of each selected file 04: [4. 4.1 4.2 4.3 4.4]

The contents of each selected file 05: [5. 5.1 5.2 5.3 5.4]

The contents of each selected file 08: [8. 8.1 8.2 8.3 8.4]

The contents of each selected file 12: [12. 12.1 12.2 12.3 12.4]

[5.0, 5.1000000000000005, 5.2, 5.3, 5.3999999999999995]

[1.2, 2.2, 3.2, 4.2, 5.2, 8.2, 12.2]


In [174]: