Operators
What is an operator?
What are relational operators? Lists the various relational operators in a table. Explain each operator with two examples.
Decision Statements
Write a python script to obtain three number and print them in (a) ascending order, (b) descending order.
Iteration Statements
Write a Python script to print x^i, where 0<=i<=n.
Write a Python script to print x^i, where 0<=i<=n.