+ 2
Why the names aren't printing?
I tried to make a data type object and the name in arrays are blank when printed. Please fix. https://code.sololearn.com/cFsuS0WbD54O/?ref=app
2 Antworten
+ 1
You also have to specify the number of characters for "Name" data types, So place, for example 16 after np.unicode with a comma. And though for 'f' and 'i' types it is not required at all.
0
Valmob101 thanks it works now!