Variables:

Q1: Store your age, name and city in variables and print their values on screen.

Q2: Write a program to declare two variables named "a" and "b" and swap their values using temporary variable. Also swap their values without using temporary variables

Q3: Declare a boolean variable named "is_raining" and set it to True. Print a message like "Is it raining? True/False.".