+ 1
Do we need to put it in proper print formula for it to read
Please answer ASAP
9 odpowiedzi
+ 3
Your question is quite vague and difficult to understand. What exactly are you asking?
+ 3
Okay, do this:
Explain what you are trying to do, what issue you are running into, and what you need help with.
Are you trying to say you can only print strings via print(string) and not another method?
+ 3
Alright, let's just restart. I genuinely want to help you.
What are you trying to do? Let's start there.
+ 3
No, a string is just a data type.
Whenever you declare x = "a string", it now means that x holds that string. It does not mean it prints it.
You can use print to output what x holds, being the string; as well as supply a string to print() as a standalone argument.
+ 3
You have to use print to see your output.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2426/
+ 2
it only has an output when I use print then brackets and then the string
+ 2
yes but it also works with the x=
+ 2
thanks
+ 1
i’m just trying to learn more about python and learn the language but I, dont understand why I, have to use print or x= , I thought the string automattocally outputted itself?