""" Code for the exercise on Slide 18 of lecture 6 """ prompt_sum = "Enter sum (4 dice): " dice_total = 0 the_dice = "(" print("The dice:") print("Your total:") print("You are out by:") print()