Python Print 5 Hasil Top Array
#print first 10 elements in list
print(mylist[:10])
Friendly Hawk
#print first 10 elements in list
print(mylist[:10])