Please, who helps me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please, who helps me?

temp = int(input()) if temp >= 100: print(Boiling) I get this error in the line 3: Expected an indented block

11th Jan 2022, 9:56 PM
Jefferson Jesus Beleño Suarez
Jefferson Jesus Beleño Suarez - avatar
5 Answers
+ 2
You should put Boiling between " " print("Boiling") Without it Boiling is considered as a variable and it's not defined
11th Jan 2022, 10:08 PM
YoPycode
+ 2
And you need to indent the print() in the if-statement
11th Jan 2022, 10:18 PM
Lisa
Lisa - avatar
+ 1
Solomoni Railoa You're amazing. congratulations!!!
12th Jan 2022, 12:55 AM
Jefferson Jesus Beleño Suarez
Jefferson Jesus Beleño Suarez - avatar
0
Bruh ur 3line not have any ("/') That why it saying error
13th Jan 2022, 4:04 AM
Alz_47 YT
Alz_47 YT - avatar
0
Give space before writing that print statement temp = int(input()) if temp >= 100: print(Boiling)
13th Jan 2022, 4:11 PM
oladiipo ayanlekan ayomide