Assignment

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Output for the UNIT 4 written assignment.

is_power(10, 2) returns: False


is_power(27, 3) returns: True
is_power(1, 1) returns: True
is_power(10, 1) returns: False
is_power(3, 3) returns: Trueq

You might also like