Boundless

Report a typo

Determine if the secret_number is infinite and save your findings in the variable check.

Write a program in Python 3
import math


secret_number = float(input())

# complete the next line
check = ...
___

Create a free account to access the full topic