Zimo Li
Zimo Li

Zimo Li

Follow

🤯TIL for...else exists in Python

Feb 23, 2023

Today, I learned that you can pair an else clause with a loop statement such as for or while. It looks like this: for i in iterator: # do...

🤯TIL for...else exists in Python
Why is my Rust code blocking???
Introducing Cronify
Create Telegram Alerts with Cloudflare Workers and ScheduledEvent
Dealing with Daylight Saving Time in Scala/Java
Scala Reduce vs Fold