Code the following and submit it in one file. Save it as a
Code the following and submit it in one file. Save it as a python file (.py)1. Create a comment block with the following information:Your NameCourse Name, Section Instructor nameWeek # Date completed2. Problem 1: Write a program that will calculate the problem and stop after the condition has been met. a=number of loops (start with zero but will increase by 1 after each completed loop)b=a+1c=a+bCondition: If c is less than 5, then the loop will continue; else, it will end.3. Print a string variable that states the number of loops required to meet the condition for Problem 1.
Leave a Reply
Want to join the discussion?Feel free to contribute!