Skip to content

Commit 7649cd6

Browse files
committed
Update README.md
1 parent a03d3ad commit 7649cd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Run either .bat (WINDOWS) or .sh(LINUX) to automatically execute the code and se
7171
####If-else : -
7272

7373
For integer and float -> ==,!=,>=,<=,>,<, null,!null
74+
7475
For string -> null,!null,==,!= (memory reference)
7576

7677
null and !null
@@ -105,6 +106,8 @@ null and !null
105106
println(b)
106107
else: if a<b:
107108
println("B"+b)
109+
println("greater than A"+a)
108110
else:
109111
println("Not")
110112
Result :- B6.5
113+
greater than A4.5

0 commit comments

Comments
 (0)