# Name: # Kerberos: # homework_2b.py ##### Template for Homework 2, exercises 4.1-4.2 ###### # ********** Exercise 4.1 ********** ## 1 - decimal values ##### YOUR CODE HERE ##### ## 2 - countdown ##### YOUR CODE HERE ##### ## 3 - exponentiation ##### YOUR CODE HERE ##### ## 4 - even/odd ##### YOUR CODE HERE ##### # ********** Exercise 4.2 ********** ## 1 - rand_divis_3 function ##### YOUR CODE HERE ##### # Test Cases ##### YOUR CODE HERE ##### ## 2 - roll_dice function - remember that a die's lowest number is 1; #its highest is the number of sides it has ##### YOUR CODE HERE ##### # Test Cases ##### YOUR CODE HERE #####