You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a code in python that takes a number as input, and checks whether the number is a Fibonacci number and a perfect square. Print the acceptance message if it is both otherwise display the appropriate rejection message. Use recursion in your code.
Guidelines:
Write the codes in python only.
Refrain from any unfair means or plagiarism.
The code should display authenticity.
Use proper formatting and comments.
Please include the driver code for your code.
The text was updated successfully, but these errors were encountered:
Write a code in python that takes a number as input, and checks whether the number is a Fibonacci number and a perfect square. Print the acceptance message if it is both otherwise display the appropriate rejection message. Use recursion in your code.
Guidelines:
The text was updated successfully, but these errors were encountered: