How do I code this? (python)
Note: This zyLab outputs a newline after each user-input prompt. For convenience in the examples below the next line, but such values don't actually appear as output when the program runs. Enter integer: 4 You entered: 4 4 squared is 16 And 4 cubed is 64!! Enter another integer: 5 4+5 is 9 4*5 is 20
536024.3979308.qx3zqy7
LAB ACTIVITY
1.20.1: LAB: Warm up: Basic output with variables
main.py
1 user_num = int(input('Enter integer:
')) 2 3 int = 4
Develop mode
Submit mode
Run your program as often as you'd like, before submitting for grading input values in the first box, then click Run program and observe the pr