You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
587 B
14 lines
587 B
_इस क्विज को कक्षा में पूरा करें_
|
|
|
|
1. किसी सरणी में विशिष्ट आइटम को संदर्भित करने के लिए, आप एक क्या उपयोग करेंगे
|
|
|
|
- [ ] square bracket `[]`
|
|
- [ ] index
|
|
- [ ] curly braces `{}`
|
|
|
|
2. आपको किसी ऐरे में आइटम की संख्या कैसे मिलती है
|
|
|
|
- [ ] `len(array)` मेथड
|
|
- [ ] ऐरे पर `size` गुण
|
|
- [ ] ऐरे पर `length` गुण
|