“Compilador Python online mit Numpy” Code-Antworten

Online -Python -Compiler

Use Repl.it "Believe me It's Best"
linK: https://repl.it/languages/python3
DracaryS

Compilador Python online mit Numpy

import numpy

dataset = numpy.zeros(3,3)
dataset = numpy.random.randint(0,6,(3,3))

array([[5,3,2], [3,5,0], [5,2,4]])

total = dataset[:, 0].sum() + dataset[1, 1:].sum() + dataset[2,1].sum()

print(total)
Nasty Narwhal

Ähnliche Antworten wie “Compilador Python online mit Numpy”

Fragen ähnlich wie “Compilador Python online mit Numpy”

Weitere verwandte Antworten zu “Compilador Python online mit Numpy” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen