Which of these words would be used in pseudocode to represent the operation that would be coded in Python as % ?

(1 point)

O mod

O modulus

O percentage

O per

1 answer

In pseudocode, the operation that would be coded in Python as % is typically represented as mod. So the correct answer is:

O mod