Complete the code to generate a pseudo-random integer between 1 and 50, including the possibility of both 1 and 50.
>
>>> import secrets
>>> secrets.
o randint(50)
o randbelow(50)
o randbelow(51)
o randint(51)

Complete the code to generate a pseudorandom integer between 1 and 50 including the possibility of both 1 and 50 gt gtgtgt import secrets gtgtgt secrets o rand class=