Working with Codes…

Calculator Code (Python)

In this code you will see how to build a basic calculator using python concept…

you should also edit this file according to you and modfiy the code as you want..

Tuples in Python…

In this code you will know how to declare the tuples and assign a value to them

Taking Input from User (Python)

In this code you will know how to take an input from user

Adding Variables (Python)

In this code you will know how to add the different variables with different assigned values

Declared a Variable (Python)

In this code you will know how to declared the variables and assign the values to them

Hello World (Python)

In this code you will know how to print the ” Hello World “

How to add and remove the Values in Tuples

In this code you will know how to add and remove the items from the tuples using append and remove function of python

Concept of List (Python)

In this code you will see how to declared the list and assigned values to them and how to add and remove the items from the list using append and remove function of python

Concept of List ( User-Input )

In this code you will see how to use user-input method in Lists

Concept of Arithmetic Operators ( Python )

In this code you will see how to use arithmetic operations on integers and floating values

Concept of Dictionaries

In this code you will see how to use Declare a dictionaries and assign a values to them and also learn about key pairing method of dictionary