Tasartir



x = 5
if (x < 10):
print('hi man')

else:
print('goodbye man ')