Question 1
What will be the output of the below python code? import numpy as np a = np.array([[1, 2.5, 3],[4, 5, 6.5]]) print(a.shape) print(a.ndim) print(a.itemsize) print(a.nbytes)
Write a python program to take two strings and position value (starting from zero) as input from the user. Insert the second string in the first string after the given position. (Example: String-1 = "Gujarat University", String- 2="Technological ", position = 7, Output="07