Which of the following are not valid strings in Python.(a)""Hello""(b) ‘Hello’(c) "Hello' (d) {hello}
Answers
Answered by
2
Answer:
a) """" Hello"""" is answer
Answered by
1
Answer:
String (c) , (d) and (e ) are not valid strings.
Similar questions