Skip to content

Commit 73d1e3d

Browse files
authored
Add files via upload
1 parent d9acdb5 commit 73d1e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3a.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
def arraytostr(arr):
2020
mystr = ""
21-
for col in (arr):
22-
if col == 0:
21+
for colval in (arr):
22+
if colval == 0:
2323
mystr += "0"
24-
elif col == 1:
24+
elif colval == 1:
2525
mystr += "1"
2626
else:
2727
print(f"ERROR {arr}")

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