- 1
Boiling practice question
Pls Help me in these Challenge Temp = int(input()) if temp >= 100 : print ("Boiling") O/p : showing as Unexpected indent error Input: 76 ...but I didn't give any input
2 Respuestas
+ 2
Pls edit your question:
1. Remove the useless tag and include one with the language name
2. Remove the code from the question description and include a link to your code in Code Playground - use "+". button
That said, you create one variable - Temp - but try to use other - temp. Fix the wrong one.
- 1
I want to handle this question ❓
Even writing particularly
Temp = float(input ())
It's showing no result