All Programs are well executed so there is no chance of getting any error if, in case any error came then your bad luck !!..

 All programs with output

1.Write a program to demonstrate different number data types in Python

2.Write a program to perform different Arithmetic Operations on numbers in Python

3.Write a program to create, concatenate and print a string and accessing sub-string from a given string.

4.Write a program to create, append, and remove lists in python.

5.Write a program to demonstrate working with tuples & dictionary in python

6.Write a python program to find largest of three numbers.

7.Write a Python program to convert temperatures to and from Celsius, Fahrenheit.

8.Write a Python script that prints prime numbers less than 20.

9.Write a python program to find factorial of a number using Recursion.

10.Write a python program to define a module to find Fibonacci Numbers and import the module to another program.

11.Write a python program to define a module and import a specific function in that module to another program

12.Write a Python class to implement pow(x, n)