+ 1
Why does it print only hello when u input 'hello world'?white spaces are not allowed?
4 odpowiedzi
+ 1
I have this same problem
@Sam Sharp i think he means when the code asks for input and you type in "Hello World" then print it, only "Hello" prints.
+ 1
@Michael yeah only "hello" prints even when you type "hello world"
0
You should type this code,
>>>print('Hello world')
Hello world
I think it would work.
0
it doesn't?