#Take input from user · A = int(input('A : ')) · B = int(input('B : ')) · #For Quotient (floor value) · Q = A//B · #For remainder · R = A%B · #Display results.
確定! 回上一頁