Which of these words would be used in pseudocode to represent the operation that would be coded in Python as %?(1 point)Responsesmodmodmodulusmoduluspercentagepercentageper

1 answer

In pseudocode, the operation that would be coded in Python as % (which represents the modulus operation) is typically represented using the word mod.

So, the correct response is mod.