online python compiler
Use Repl.it "Believe me It's Best"
linK: https://repl.it/languages/python3
online python compiler
Use Repl.it "Believe me It's Best"
linK: https://repl.it/languages/python3
online python compiler
#repl.it is a very good online python compiler
compilador python online with 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)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us