Practice Test #1

Input, computation, output. Write a segment of Python code (NOT a complete program, NOT a function) which will read in two numbers from the keyboard called hits and atbats. Determine the batting average by dividing the hits by the at-bats. Print the result. Prompt the user for each input value. ................
................