Write a NumPy program to split the element of a given array to multiple lines

  • برمجة بايثون

Write a NumPy program to split the element of a given array to multiple lines.

الأجوبة

import numpy as np
x = np.array(['Python\Exercises, Practice, Solution'], dtype=np.str)
print("Original Array:")
print(x)
r = np.char.splitlines(x)
print(r)

Sample Input:

['Python\\Exercises, Practice, Solution']

Sample Input:

(['Python\Exercises, Practice, Solution'], dtype=np.str)

Sample Output:

[list(['Python\\Exercises, Practice, Solution'])]
هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...