Informatics Practices
Write a Python program to calculate and display the square and cube of an inputted number.
Related Questions
What will be the output of the following code?
for k in range(-10, 0, 2): print(k)Differentiate between Cloud Computing and Grid Computing with suitable examples.
What will be the output of the following code?
Country=["India", "Australia", "USA", "China", "Russia", "Ukraine" ] print(Country[2:5]) print(Country[-5:-2])Define Relation between IOT and WOT?