A Admin • 832.70K Points Coach Q. How can you generate a random integer between 1 and 10? (A) random.randint(1, 10) (B) random.random(1, 10) (C) random.randint(10) (D) random.randomint(1, 10) Correct Answer - Option(A) Views: 18 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.