Data Analytics(en)

Learn to Use 3 Other “Else” Clauses in Python

data science for you 2020. 10. 15. 09:00

Learn to Use 3 Other “Else” Clauses in Python

Some lesser-known features of Python

Jul 24 · 5 min read
Image for post
Photo by Tolga Ulkan on Unsplash

Introduction

The “for” Statement

Basic Form of “for” Loop
“For…else” Statement

The “while” Statement

“While” Statement
“While…else” Statement

The “try” Statement

Basic Form of the “try…except” Statement
“Try…except…else” Statement

Conclusions