We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14895f commit 0c0bd27Copy full SHA for 0c0bd27
unit4_ex4.3.1.py
@@ -0,0 +1,10 @@
1
+# exercise 4.3.1 from unit 4
2
+'''
3
+What things does a generator expression not allow to be use? Mark all the correct answers.
4
5
+
6
+# Answer:
7
+# 1. accept arguments to it
8
+# 2. Wrapping a piece of code in a try-except block
9
+# 3. Combining a while loop
10
+# 4. Multiple use
0 commit comments