2. . Which of the following are syntactically correct strings? State reason.
(a) ”Python is nice Language” (b) „He called me “Friend!” when he came‟ (c) “Very Good‟ (d) „This is a good book‟ (e) “Namaste (f) “I liked „Harry Potter‟ very much”
3. What is the error in following Python program with one statement?
print(“My name is : “, name) suggest a solution 4.Predict the output of the following:
5.What will be the output of the following code:
6.Write a Program to obtain temperature in Celsius and convert it into Fahrenheit