Skip to content

Commit 0243e54

Browse files
Rename If else statement.py to Conditionals/If else statement.py
1 parent 4f50cbe commit 0243e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: If else statement.py renamed to Conditionals/If else statement.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
elif 70 < age:
55
print("You are too old to drive")
66
else:
7-
print("You can drive")
7+
print("You can drive")

0 commit comments

Comments
 (0)