Social Sciences, asked by suchitapatil033, 2 months ago

Which is NOT correct syntax for
creating string?
s = "hello"
O
s = "hello "
s = ""hello"
s = 'hello​

Answers

Answered by chandanapukalyani
1

s=""hrllo"

s='hello this r not correct

Answered by sehgalp381
95

Answer:

this is incorrect

*s= "hello "

* s= "" hello'

* s= 'hello

this is correct

* s="hello"

Explanation:

ok

☺❤

Similar questions