Skip to content

Commit 76aeda0

Browse files
authored
Add files via upload
1 parent 1701a39 commit 76aeda0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

9a.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
filestr = file.read()
1111
a_list = filestr.split("\n")
1212
maxrows = len(a_list)
13-
print(a_list)
13+
#print(a_list)
1414
maxcols = len(a_list[0])
1515
print(f"maxrows = {maxrows}, maxcols={maxcols}")
1616

1717
count = 0
1818
array = []
1919
for line in a_list:
2020
row1 = [int(elem) for elem in line]
21-
print(f"row={row1}")
21+
#print(f"row={row1}")
2222
array.append(row1)
23-
print(f"array={array}")
23+
#print(f"array={array}")
2424

2525
totalrisk = 0
2626
for row in range(0, maxrows):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy