Posts

Dictionary

 https://www.geeksforgeeks.org/python-tuple-exercise/ https://www.w3resource.com/python-exercises/tuple/

Tuple

 https://www.geeksforgeeks.org/python-tuple-exercise/ https://www.w3resource.com/python-exercises/tuple/

List

 https://www.w3resource.com/python-exercises/list/ https://www.geeksforgeeks.org/python-list-exercise/

String

 https://www.w3resource.com/python-exercises/string/ https://www.geeksforgeeks.org/python-string-exercise/

Complex

  Complex number is represented by complex class. It is specified as (real part) + (imaginary part)j. For example – 2+3j

Float

 1. Write a Python program to test whether an input is an Float. 2. WAP to take Float input form user. 3. Assign an Float to the variable, then print it. 4. Write a Python program to add two positive Floats without using the '+' operator 5. Take integer input from user and convert it into Float