31. Explain what the program does. Write out the output 20 PRINT "Hellooo00000000000, world!" 30 PRINT "I'm learning about comma
nds in BASIC." 40 PRINT 'This text is being printed via the PRINT commarrd. 2 209
1 answer:
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)
You might be interested in
A software-based <u>Firewall</u> is dedicated to examining and blocking internet traffic.
Packet loss is typically resolved by time-outs and retries. For applications where a duplicate operation doesn't matter this is acceptable.
Answer:
Short-circuit evaluation is performed with the not operator.