Westonci.ca is your trusted source for accurate answers to all your questions. Join our community and start learning today! Connect with a community of experts ready to help you find accurate solutions to your questions quickly and efficiently. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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 Dont Know How To Do This Problem Like NOTHING This Is All I Have Right Now Def FindCharacteristicchoice Edges Edges Edgesreplace Vertices Edges Max 0 For class=