79757304

Date: 2025-09-06 03:11:15
Score: 1
Natty:
Report link

You had already closed the bracket in the print of your if block

print((temperature) # remaining code

you should make them in whole single context as pyhron is assumin that if is already closed so elif needed

print((temperature + "fdeg=" + temp))
elif # this will work fine
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Somanshi Jain