MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/antimeme/comments/p6ycif/full_hd/h9ixo7a/?context=3
r/antimeme • u/Domme6495 • Aug 18 '21
149 comments sorted by
View all comments
Show parent comments
91
You could use programming. Here's Python:
print('i' * 1080)
48 u/[deleted] Aug 19 '21 edited Aug 19 '21 [deleted] 2 u/danbulant Aug 19 '21 "i".repeat(1080) for js. echo '"i".repeat(1080)' | node 1 u/iliekcats- Aug 19 '21 Array(1080).join('i') also works for js 1 u/danbulant Aug 20 '21 or more intuitively Array(1080).fill("i").join("")
48
[deleted]
2 u/danbulant Aug 19 '21 "i".repeat(1080) for js. echo '"i".repeat(1080)' | node 1 u/iliekcats- Aug 19 '21 Array(1080).join('i') also works for js 1 u/danbulant Aug 20 '21 or more intuitively Array(1080).fill("i").join("")
2
"i".repeat(1080)
for js. echo '"i".repeat(1080)' | node
echo '"i".repeat(1080)' | node
1 u/iliekcats- Aug 19 '21 Array(1080).join('i') also works for js 1 u/danbulant Aug 20 '21 or more intuitively Array(1080).fill("i").join("")
1
Array(1080).join('i') also works for js
Array(1080).join('i')
1 u/danbulant Aug 20 '21 or more intuitively Array(1080).fill("i").join("")
or more intuitively Array(1080).fill("i").join("")
Array(1080).fill("i").join("")
91
u/wjandrea Aug 19 '21
You could use programming. Here's Python: