0
Im having trouble actually printing out a code I don’t understand why it’s always showing up with a error for example
I want to type in hello world. This is how I’ll do it File = (“hello world”) Print = (File) Then a error message but I don’t understand why ? Please help
7 odpowiedzi
+ 4
Benjamin White ,
your questiom seems to be incomplete. the post should include:
> the programming language (to be placed in tags)
> a clear task description with input / output sample
> a link that points to your code try
> a description what exactly your issue is, (if possible including an error message)
+ 2
Please link your code instead of pasting it into description.
1. Check the quotation marks: We need the standard one for strings, not other quotation marks, " "
2. Look up again how to use the print() function and how it is spelt.
+ 1
Benjamin White
What programming language are you using?
Have you tried finishing the corresponding course first?
0
How would i post it ?
0
And i dont know if im using the right ones its “ these right ?
0
Just made it public it isnt giving me no output?
0
Look up again how to use the print() function. The print() is not a variable, it does not have a "=".
If you want to print the value of the variable, remove the "" from file.