sir ji, agar hum different type ka data list me type kre aur fir use array me convert kre to kya ye possible hai kyuki array to similar datatype ke data ka collection hota hai..!| kripa krke meri samsya ka samadhan kre gurudev🙏🙏
@muhammadsahilmusa2 жыл бұрын
Shukriya bhai jaann
@codeitup2 жыл бұрын
😊
@vlogtypea32012 жыл бұрын
Thankyou very much
@codeitup2 жыл бұрын
Most welcome😊
@yogeshsonawane68353 жыл бұрын
Can we accept and display 2D-array without using numpy Library and without using append function
@mrdeepakvlogger33 жыл бұрын
hello sir, how to Create 2d array from user input
@quranicscience9631 Жыл бұрын
from Bangladesh
@codeitup Жыл бұрын
👍
@yashverma72203 жыл бұрын
Sir how to create 3D and data type array
@Ansh_Rajpoot_4 жыл бұрын
sir why it isnot working in pycharm
@codeitup4 жыл бұрын
Is it so?
@arkasen24413 жыл бұрын
sir how to take user input in 2d array
@pankajkatel97154 жыл бұрын
sir when i convert list into array ,array words does not com out in out put only list print out.
@codeitup4 жыл бұрын
I am not getting you question !
@universe449 Жыл бұрын
Dimensions of array matlab ?
@-Me-yl2ou3 жыл бұрын
how to crate 3d, 4d array...?
@rajatsingh57243 жыл бұрын
sir, main ne user input liya hain 2D array ke liye magar seperate ni kr pa rha hoon (,) se import numpy as np a=[]; b=[]; c=[]; x=int(input("enter the range")); for i in range(x): n=int(input("enter the no.")); a.append(n) for i in range(x): y=int(input("enter the no.")); b.append(y) c.append(a) c.append(b) myarray=np.array(c); print(myarray)