Print(“hello World”) vive me an error... I don’t know why... Thanks
You have to enclose strings, like hello, in double quotes like this:
hello
a = "hello" print(a)
Hope this helped :)
You have to enclose strings, like
hello
, in double quotes like this:Hope this helped :)