Computer Science, asked by losishenachena, 10 months ago

give a validation rule such that a user can enter only the value of 1,2 or 3?​ please answer

Answers

Answered by amruthamanisai587
8

Answer:

you can use i>=1 or i<=3 or you can use range(1,4) range is a function u can use in the programming language

Explanation:

Similar questions