Which pair is produced by (7 // 3, 7 % 3)?

from Python
beginner 1 min

Which pair is produced by (7 // 3, 7 % 3)?

Report an error