Skip to content

Commit 60469c0

Browse files
✨ std_lib: tuple comprehension
1 parent 1229803 commit 60469c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
result = (*(x**2 for x in range(5)),)
2+
print(result)

0 commit comments

Comments
 (0)