0
Using string gives no output. When I entered "hi" the output was "no output". Python language
2 Answers
+ 1
put your code to help u
We didn't know any language u speak about it
0
ronak narkhede
You won't get an output because you probably did not PRINT it on the screen.
mysentence = "Hello everyone"
print(mysentence)
Now it would show.