What did I do wrong ðŸ˜
@extrinix
I'm using bob ross as something to put there because I do indeed need a name to put there.
I could do any name in the world but, obv not going to.
@ultrilliam
You forgot to put a double quote to finish the \(\sf{\color{cyan}{","}}\) This is what you put: ``` print("I am " + name + ", +str(age) + "years old.") ``` And this is what it should say this instead: ``` print("I am " + name + "," + str(age) + "years old.") ```
Oh 💀
Also your "name" variable will not allow the print to work properly as it's not defined (comma spliced at the moment)
comment* whoops
Whaa, but thats what our teach told us??
Your teacher told you to comment out the `name` variable?
Yes, she showed us in her LL. I have the notes right here with me.
Unless I misheard and she was showing another non example 😶
Interesting, if she's not wanting the name to be show it should just be ``` print("I am " + str(age) + "years old.") ``` If you get what I'm saying
But I think you just misheard her..
She's wanting the name to show. Remember that assignment I told you abt the other day where we had to create a calculation? This is it, we had to have a "problem" to solve (all problems have ppl yes) and this is one of the ones she showed us?
Ah, yeah
sry i just started learning this stuf
Yeah you're right. But I'm lowkey stuck on the space betwen 16 and years? She said that - can provide as a space but I can also just use the word space?
@extrinix dont gotta be rude
Where it says `"years old."`, just add a space in front of `years`
Ahh boi, thanks. 🤦
Lol, no problem
Ur like a, triple lifesaver?? 😂✋
XD not even
Join our real-time social learning platform and learn together with your friends!