Using string gives no output. When I entered "hi" the output was "no output". Python language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Using string gives no output. When I entered "hi" the output was "no output". Python language

3rd Apr 2020, 1:47 PM
ronak narkhede
2 Answers
+ 1
put your code to help u We didn't know any language u speak about it
3rd Apr 2020, 1:48 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
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.
3rd Apr 2020, 1:49 PM
maf
maf - avatar