CIS156 exercise assignment 2

Question Answered step-by-step CIS156 exercise assignment 2 CIS156 exercise assignment 2 Image transcription text# 1. Create a variable named num1 and assign 45 to it . # 2. Create a variable named num2 and assign 6 to it. #3. Use integer division to divide numi by num2 and store it in ans one, print ans_one . # 4. Multiply numi by num2and store it in ans_two, print ans_two. # 5. Divide num1 by num2 and store it in ans three, print ans… Show more… Show more Computer Science Engineering & Technology Python Programming CIS 156 Share QuestionEmailCopy link Comments (0)