Computer Science, asked by vairampri1974, 9 months ago

how to print inner tuple in python program ​.​

Answers

Answered by SimplySweet
1

{\bold {\huge {\boxed {\red {SYNTAX:}}}}}

import numpy as np

A=np.array (1,2, (3,4))

print (A)

Similar questions