Which can be the output of the following Python code?
import random print(random.randrange(1,100,10))
निम्नलिखित पायथन कोड का आउटपुट कौन सा हो सकता है?
A. 32
B. 67
C. 91
D. 80