a = 1
b = 2
h = ""
h = a-b if a>b else a+b
print(h)
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; errorMonitor has a deprecated constructor in /var/www/html/wp-content/plugins/404-error-monitor/index.php on line 51
a = 1
b = 2
h = ""
h = a-b if a>b else a+b
print(h)