``` for(element in a.take(2)){ //... } ```
# announcements
g
Copy code
for(element in a.take(2)){
  //...
}