a = 50 #a is 50
Here is what the above code is Doing:
1. We create a variable called a and assign it the value of 50.
2. We then print the value of a.
3. We then print the type of a.
4. We then print the id of a.
5. We then print the value of a again.