subject

2.5 edhesive answers,
this one doesn't work:

import random
random. seed(1,10)
a = random. randint (1,10)
b = random. randint (1,10)
print ("what is: " + str(a) + " x " + str(b) + "? ")  
ans = int(input("your "))  
if (a * b == ans):  
print ("correct! ")  
else:  
print ("incorrect! ")

specifically line 8

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 10:00, ozzy55
Create a word problem that involves calculating the volume and surface area of a three-dimensional object. cube: surface area 6 s2 , volume s3
Answers: 3
image
Computers and Technology, 23.06.2019 07:00, sugaree95
What are three software programs for mobile computing?
Answers: 1
image
Computers and Technology, 23.06.2019 17:30, granta1
Write pseudocode to represent the logic of a program that allows the user to enter a value. the program multiplies the value by 10 and outputs the result.
Answers: 1
image
Computers and Technology, 23.06.2019 18:00, joybeth9591
What can a word user do with the customize ribbon dialog box? check all that apply. minimize the ribbon add a new tab to the ribbon remove a group from a tab add a group to a tab choose which styles appear choose which fonts appear choose tools to appear in a group
Answers: 1
You know the right answer?
2.5 edhesive answers,
this one doesn't work:

import random
random. seed(...

Questions in other subjects: