Computer Science, asked by ritukala5644, 5 months ago

Which of the following are not valid strings in Python.(a)""Hello""(b) ‘Hello’(c) Hello(d) None of these

Answers

Answered by Anonymous
49

Answer:

B is your answer

Please mark as Brainlist

Answered by kavyapsynergy
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