Question: please solve questions 5 and 6 Write a loop that prints your name 100 times. Each output should begin on a new line. [5 pts]
Write a loop that prints your name 100 times. Each output should begin on a new line. [5 pts] Problem 6 Why cannot the following Python script execute and how to make this script runnable? [5 pts] profit =1000.55 > print(' $ ' + profit) Traceback (most recent call last): File "", 11 ne 1,1n, module> TypeError: cannot concatenate 'str' and 'float' objects
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
