More about variables
---------------------------------

Note 1 :
We can declare more than one variables in one line.


Note 2 : We can assign one value for more than 1 variables in one line.





Two or more input in one line
-------------------------------------------

Note 1 : We can take 2 inputs from user in single line. Separate with space



Note 2 : We can take 2 inputs from user in single line. Separate with comma " , "
(See change in split function...)