Question: Write Python statements that creates a dictionary that contains as keys positive 4-digit numbers that are multiples of 100, and as values the squareroot
Write Python statements that creates a dictionary that contains as keys positive 4-digit numbers that are multiples of 100, and as values the squareroot of the keys. Write only the answer of what is asked. Unnecessary statements may result in loss of points.
Step by Step Solution
3.47 Rating (147 Votes )
There are 3 Steps involved in it
import math resultdictnum mathsqrtnum for num in range100010000100 if num... View full answer
Get step-by-step solutions from verified subject matter experts
