CBSE Class 11 Informatics Practices
Question 28 of 52
Python Programming Fundamentals — Question 28
Back to all questionsThe call to print function is missing parenthesis. The correct way to call print function is this:
print(temperature)The call to print function is missing parenthesis. The correct way to call print function is this:
print(temperature)