Computer Science, asked by Anwesh15, 6 months ago

What will be the output: (i) 5 = = 5 (ii) 27/3 != 3*3

Answers

Answered by nilamkumari91229
3

1. Write a Python program to check if a given positive integer is a power of two. Go to the editor

Input : 4

Output : True

2. Write a Python program to check if a given positive integer is a power of three. Go to the editor

Input : 9

Output : True

3. Write a Python program to check if a given positive integer is a power of four. Go to the editor

Input : 4

Output : True

4. Write a Python program to check if a number is a perfect square. Go to the editor

Input : 9

Output : True

5. Write a Python program to check if an integer is the power of another integer.Go to the editor

Input : 16, 2

Output : True

Answered by khushant90
1

Answer:

output true

Explanation:

ok mark me as brainlist

Similar questions
Math, 3 months ago