88.0k views
3 votes
Please answer that and i'll gave you branlliest

Please answer that and i'll gave you branlliest-example-1
User Smremde
by
5.4k points

1 Answer

7 votes

num = float(input('Enter a number: '))

if num > 45.6:

print('Greater than 45.6')

I wrote my code in python 3.8. I hope this helps.

User Alaeddin Hussein
by
4.8k points