Untitled

Run Settings
LanguagePython
Language Version
Run Command
def divide(x, y): quotient = x/y remainder = x % y return quotient, remainder (q, r) = divide(22, 7) print (q,r)
Editor Settings
Theme
Key bindings
Full width
Lines