Which of the following are not valid strings in Python.(a)""Hello""(b) ‘Hello’(c) Hello(d) None of these
Answers
Answered by
49
Answer:
B is your answer
Please mark as Brainlist
Answered by
1
Hello is not valid strings in Python
Python Strings
- Strings are one of Python's most popular data types. Strings are arrays of bytes in Python that represent characters.
- Assigning a value to a variable is all it takes to make a string. In Python, single quotes, double quotes, and even triple quotes can be used to generate strings. Characters can be encased in a single quotation, double-quotes, or triple-quotes to form strings.
Similar questions