ended8월 4일· 1 sources

"5 Python mistakes I keep making as a beginner (and how I fixed them)"

Why it matters

## 1. Using return instead of print inside a loop This one bit me early on. I wanted to print every item in a list, so I wrote something like this: python def show_items(items): for item in items: ret...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues