Skip to content

Commit 7bfc98a

Browse files
authored
Update and rename 5. Conditionals.md to 9. Conditionals.md
1 parent 4b7c8a5 commit 7bfc98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Python/5. Conditionals.md renamed to Python/9. Conditionals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5. Conditionals
1+
# 9. Conditionals
22

33
Conditionals in Python allow you to make decisions based on whether certain conditions are true or false. They are essential for controlling the flow of your program.
44

0 commit comments

Comments
 (0)