Find the average consumption per household during this period. 957.11 kWh per month. 172, 280 kWh per month. O924.26 kWh per month. 13,863.8 kWh per month. books.com/zybook/UCSCCSE20NawabWinter2020/chapter/B/section/25 agnments YouTube *# Home : Free Hom... Dashboard ary > CSE 20: Beginning Programming in Python home > rogramming Assignment 3 Question 1 ZY CSE 20: Beginnin. Fun - Four types of ess.. Riemann su E zyBooks catalog Help The Robot's path (25pts) A certain robot can perform only 4 types of movement. It can move either up or down or left or right. The movements are represented by 'U', 'D', 'L', 'R' Each movement is also associated with the number of steps the robot has taken. For example: "L 20' means that the robot has taken 20 steps in the left direction. Write a function named theRound Trip that takes all the movements the robot made in a day as input and Output True of bool type if the robot returned to its starting position after its journey. Otherwise, return false. If the input is bad, print the message "bad input". Input string will be a comma-separated string of movements: "L 20, R 30, 40" Explanation: This means that the robot has taken 20 steps to the left, 30 steps to the right and 40 steps in the upward direction in that specific order. The output should be: True OR False OR bad input LAB ACTIVITY 8.25.1: Programming Assignment 3 Question 1 0/25 Downloadable files main.py Download main.py Load default template 1 def theRoundTrip(moves): Write your code here. The function should return a string based on the question 4 moves - input 5 print(the RoundTrip(moves) To A o ta Find the average consumption per household during this period. 957.11 kWh per month. 172, 280 kWh per month. O924.26 kWh per month. 13,863.8 kWh per month. books.com/zybook/UCSCCSE20NawabWinter2020/chapter/B/section/25 agnments YouTube *# Home : Free Hom... Dashboard ary > CSE 20: Beginning Programming in Python home > rogramming Assignment 3 Question 1 ZY CSE 20: Beginnin. Fun - Four types of ess.. Riemann su E zyBooks catalog Help The Robot's path (25pts) A certain robot can perform only 4 types of movement. It can move either up or down or left or right. The movements are represented by 'U', 'D', 'L', 'R' Each movement is also associated with the number of steps the robot has taken. For example: "L 20' means that the robot has taken 20 steps in the left direction. Write a function named theRound Trip that takes all the movements the robot made in a day as input and Output True of bool type if the robot returned to its starting position after its journey. Otherwise, return false. If the input is bad, print the message "bad input". Input string will be a comma-separated string of movements: "L 20, R 30, 40" Explanation: This means that the robot has taken 20 steps to the left, 30 steps to the right and 40 steps in the upward direction in that specific order. The output should be: True OR False OR bad input LAB ACTIVITY 8.25.1: Programming Assignment 3 Question 1 0/25 Downloadable files main.py Download main.py Load default template 1 def theRoundTrip(moves): Write your code here. The function should return a string based on the question 4 moves - input 5 print(the RoundTrip(moves) To A o ta