Python programs

All programs are well executed without any error, if in case error comes then write the program number in comment section...



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 python script to print the current date in the following format “Sun May 29 02:26:23 IST 2017”

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

6.Write a program to demonstrate working with tuples in python.

7.Write a program to demonstrate working with dictionaries in python

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

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

10.Write a Python program to construct the following pattern, using a nested for loop