Relational Operator Example

PHOTO EMBED

Mon Mar 15 2021 23:22:08 GMT+0000 (Coordinated Universal Time)

Saved by @fre_apples #python

x = 20
y = 20

# Write the first if statement here:
if x==y:
   print("These numbers are the same")
content_copyCOPY