Answer:
Multiple choice
Explanation:
I got 100 on the assignment
Answer:
I don't know if it would work for what you need but you could try scratch. (sorry if this isn't what you needed.)
o_num = input ("Please enter the amount of \"o\": ")
zero_num = input ("Please enter the amount of zeros: ")
i = 0
while i < o_num and i < zero_num:
repeat_o = "Hell" + o_num
repeat_zero = repeat_o + zero_num
i+=1
print (repeat_zero)
Ans : Extention
In windows, a(n) extension follows the file name and a period and indicates the file type.