Informatics Practices
Related Questions
Write a function that takes amount in dollars and performs dollar-to-rupee price conversion; it then displays the amount converted to rupees.
What would the following code do?
a = b = 70Find out the error(s) in following code fragment:
temperature = 90 print temperatureFind out the error(s) in following code fragment:
a = 30 b=a+b print (a And b)