118k views
2 votes
Help!!!

I don't know how to do this problem....
Like
NOTHING
This is all I have right now
```
def findCharacteristic(choice, edges):
edges = edges.replace(" ","")
vertices = edges
max = 0
for char in vertices:
if int(char) >max:
max = int(char)
print (max)
x = [[0]*max]*max
print(x)

if __name__ == '__m
```

Help!!! I don't know how to do this problem.... Like NOTHING This is all I have right-example-1

1 Answer

3 votes

Answer:

ummmm try the inequality protragathron theorum

Step-by-step explanation:

ok

User Nikita Zhuikov
by
4.3k points