Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 44a0453

Browse files
🚚 Move If and Else Directory
1 parent 96eb6f5 commit 44a0453

File tree

10 files changed

+6
-0
lines changed

10 files changed

+6
-0
lines changed

β€Ž13 _If_And_Else/01_if_else.py

Whitespace-only changes.

β€Ž13_If_And_Else/01_if_else.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Print "Hello World" if a is greater than b.
2+
3+
a = 50
4+
b = 10
5+
if a > b:
6+
print("Hello World")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /