Which is NOT correct syntax for
creating string?
s = "hello"
O
s = "hello "
s = ""hello"
s = 'hello
Answers
Answered by
1
s=""hrllo"
s='hello this r not correct
Answered by
95
Answer:
this is incorrect
*s= "hello "
* s= "" hello'
* s= 'hello
this is correct
* s="hello"
Explanation:
ok
☺❤
Similar questions