We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47082c commit 6f59107Copy full SHA for 6f59107
10811.py
@@ -15,4 +15,5 @@
15
for changeValue in baskets[start:stop:-1]:
16
baskets[changeIndex] = changeValue
17
changeIndex += 1
18
- print(baskets)
+
19
+print(' '.join(baskets))
0 commit comments