python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import numpy as np def(matrice_adj(A,n): M=np.zeros([n,n]) for x in A : u,v = x[0] , x[0] M[u],M[v]=1 M[v],M[u]=1 return M
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up