- 1
What should be the length of 'first' in python?
I tried in vscode it gives result 4. It should have been 5.
5 Respuestas
+ 5
The string 'first' is definitely length 5.
But the letters are counted 0, 1, 2, 3, 4.
Can you show us what exactly you did?
+ 3
I fixed it up to where I believe yoy wanted it to be. It prints 5 6. not 4 7
https://code.sololearn.com/cn8kFKO1ZCr9/?ref=app
+ 2
Amit Singh That's quite unclear, could you write it without errors?
+ 1
Yeah that's correct. Thank you Jax
0
Course = f"(len (first) (2 + 4))
print (course)
Output 4 7
course is in lower case. first is in curly braces. 2+4 is in curly braces