Skip to content

Commit 6e332b0

Browse files
author
Amogh Singhal
authored
Update Python_Programming_Quiz.md
1 parent fd68115 commit 6e332b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Python_Programming_Quiz.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,9 @@ When an object's reference count drops to __zero__, which means the object is no
386386
The user need not to worry about memory management as __the process of allocation and de-allocation of memory is fully automatic__. The reclaimed memory can be used by other objects.
387387

388388

389+
#### 25. What are lambda expressions in Python ?
390+
391+
#### 26. What are generators in Python ?
392+
393+
#### 27. What are iterators in Python ?
389394

0 commit comments

Comments
 (0)