CBSE Class 11 Computer Science
Question 25 of 48
Python Programming Fundamentals — Question 25
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)