ch
Feedback
for-coder

for-coder

前往频道在 Telegram

Chat for yapping the latest topics and some project show case @FORCODERR 👥 @firaflash 👨‍💻 curious dev

显示更多
Buy Ad
471
订阅者
-124 小时
-27 天
+830 天
帖子存档
What's the output of the above code?
Anonymous voting

funcs = []
for i in range(3):
    funcs.append(lambda: i)
print([f() for f in funcs])

I wonder what they said to the robot 😭😭😭😂😂

መልካም ሰንበት ⛪️ ❤️‍🩹

Modern books == Podcasts

Good morning peoples have a nice weekend 💪

Why is it tasteless what am I messing mtsmm
Why is it tasteless what am I messing mtsmm

never have i ever got an error from a comment until now mtsmm 🍷
never have i ever got an error from a comment until now mtsmm 🍷

Anybody who wants to pre-order GTA6 contact @firaflash

Play the waiting game now
Play the waiting game now

Forgot to say 🕺🕺🕺🕺 What a night it was yesterday
Forgot to say 🕺🕺🕺🕺 What a night it was yesterday

int guy;
int *knowsGuy = &guy;
int **knowsKnowsGuy = &knowsGuy;

Never trust a computer you can't throw out.
Steve Wozniak

Lwky, Python is harder when you already know another programming language 🤧 Your old habits keep fighting to cope, but Python plays by its own rules.

What's the output of the above code?
Anonymous voting

for i in range(3):
    for j in range(3):
        if j == 2:
            break
    else:
        continue
    print(i)
else:
    print("Done")

መልካም ሰንበት ⛪️ ❤️‍🩹

Congrats to today's graduates! 🎓 👏