jtyn7325 jtyn7325 24-11-2021 Computers and Technology contestada Which of these lines of code will generate a random number between 1 and 50? A. input("1-50") B. print("1-50") C. import random D. num = random.randint(1,50)