@@ -0,0 +1,6 @@
x = 1
y = 2
if x > y:
print('x is greater')
else:
print('y is greater')
The note is not visible to the blocked user.