1. Arithmetic Product and Conditional Logic

Run Settings
LanguagePython
Language Version
Run Command
def number_one(x,y): if x * y <= 1000: return x * y else: return x + y print(number_one(333,2))
Editor Settings
Theme
Key bindings
Full width
Lines