Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Choose two.) import random v1 = random.random() v2 = random.random()
Option C is correct
Explanation:
import random
v1 = random.random()
v2 = random.random()
random.choice([1,2,3]) > 0` will return TRUE.
All others options will return output as FALSE.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
narayanan010
Highly Voted 1 year agoSharif24
Most Recent 9 months, 1 week agoDKAT2023
11 months, 1 week agoNikhil_Durgesh
1 year ago