Examveda

The output of the following Python code is either 1 or 2.
import random
random.randint(1,2)

A. True

B. False

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python