Getting Started With Python – Task

Programming Exercise?

  1. WAP to create a variable that hold integer value?
  2. WAP to create a variable that hold string value?
  3. WAP to copy the value from another existing variable that holds integer value?
  4. WAP to create string in multiple lines with the help of backslash character?
  5. WAP to declare 3 variables in single line?
  6. WAP to create multiple variables with the help of user input?

Thoery Exercise?

  1. To mention Comments in python which element can we used?
  2. To mention Multiple Comments in python which element can we used?
  3. To declare multiple variables in single line , which identifier can be used?
  4. Can we declare datatype before declaration of variable?
  5. Python Indention is required for Nested statements?
  6. What is Python Indentation?