👤


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=

Answer :

Answer:

randbelow(51)

Explanation:

took test and passed

Answer:

randbelow(41)

Explanation:

i took the test