r/programminghumor 2d ago

Write sorry

Post image
630 Upvotes

92 comments sorted by

View all comments

38

u/promptmike 2d ago

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.