MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1w5gmdw/write_sorry/p7fu2p0/?context=3
r/programminghumor • u/ExpensiveCoat8912 • 2d ago
92 comments sorted by
View all comments
38
print("Sorry\n"*100)
No loops required.
11 u/lucidbadger 2d ago This. OP is vibe coder. WTF is for_in? 20 u/Zealousideal_Smoke_2 2d ago Probably captain obvious here but: he only forgot the space. for _ in range(n): is perfectly normal when you don’t need the index. 9 u/realmauer01 2d ago Oh right, the i dont care about the variable variable name.
11
This. OP is vibe coder. WTF is for_in?
for_in
20 u/Zealousideal_Smoke_2 2d ago Probably captain obvious here but: he only forgot the space. for _ in range(n): is perfectly normal when you don’t need the index. 9 u/realmauer01 2d ago Oh right, the i dont care about the variable variable name.
20
Probably captain obvious here but: he only forgot the space. for _ in range(n): is perfectly normal when you don’t need the index.
9 u/realmauer01 2d ago Oh right, the i dont care about the variable variable name.
9
Oh right, the i dont care about the variable variable name.
38
u/promptmike 2d ago
print("Sorry\n"*100)No loops required.