CBSE Class 12 Computer Science
Question 9 of 62
Using Python Libraries — Question 4
Back to all questionsfrom usable import tempc
Reason — The syntax for importing single method form a module is : from <module> import <objectname>. According to the syntax, the correct method is from usable import tempc.