Skip to content

Commit 6f6ba64

Browse files
Merge pull request geekcomputers#160 from BhushanDhamale/patch-1
Fixed lack of output
2 parents 4af51dd + 09fafc8 commit 6f6ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)