Boiling practice question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

29th Sep 2022, 2:49 AM
Lovely Sairohith
2 Answers
+ 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.
29th Sep 2022, 4:07 AM
Emerson Prado
Emerson Prado - avatar
- 1
I want to handle this question ❓ Even writing particularly Temp = float(input ()) It's showing no result
29th Sep 2022, 2:51 AM
Lovely Sairohith