the first row in a table is classed as the header row.
and with the last one I'm not sure because as far as I know there's not considered a last row.
Open this occurence and open the series is the two options to choose from, from the dialog box that shows when attempting to modify the appointments
Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print(str(b)+" * "+str(a)+" = "+str(answer))
Explanation: So I am guessing you are on Edhesive Module 2.5 Intro to cs. Sorry it took so long but hopefully this works.