Skip to main content
Commonmark migration
Source Link

#Pyth, 2 bytes

Pyth, 2 bytes

.a 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.

#Pyth, 2 bytes

.a 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.

Pyth, 2 bytes

.a 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.

added 10 characters in body
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

#Pyth, 32 bytes

.aQa 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.Try it here.

#Pyth, 3 bytes

.aQ 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.

#Pyth, 2 bytes

.a 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.

Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

#Pyth, 3 bytes

.aQ 

.a - L2 norm of vector difference of A[0] and A[1].

Literally a function that does this problem

Try it here.