Skip to content

Commit 09fafc8

Browse files
Fixed lack of output
Fixed <generator object <genexpr> at 0x7eff46a77910> output when script is run in Python 2.7.12
1 parent 9295a4e commit 09fafc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Print_List_of_Even_Numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
print(x for x in range(2,100,2))
1+
print list(x for x in range(2,100,2))

0 commit comments

Comments
 (0)