Skip to content

Commit

Permalink
Update 1-3-Conditionals-and-Control-Flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawliuk committed Jul 12, 2018
1 parent 436dd5a commit 1e9e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-3-Conditionals-and-Control-Flow.md
Expand Up @@ -51,7 +51,7 @@ print(math.tan(pi/4), 1, math.tan(pi/4) == 1)
>>>> 0.9999999999999999 1 False
```

2. Logical operators(`and`, `or`, `not`)
## 2. Logical operators(`and`, `or`, `not`)

We can combine simple statements to make more complicated expressions by connecting statements with logical operators:

Expand Down

0 comments on commit 1e9e295

Please sign in to comment.