Jan-21-2026, 09:45 AM
Beginner question here...
No matter what kind of variable I write (message, name), the terminal gives me the same numeral (with some letters) output in het beginning of the output.
For example, I write:
name = 'ada lovelace'
print(name.title())
I receive in the terminal:
14947888-3cd3-44ee-9a5e-9eb302bc1811Ada Lovelace
It's the same sequence, no matter the code I write. What am I doing wrong here? Did something went wrong with naming and/or placing the file items in the folder?
Many thanks in advance
Also, this is my first post, any feedback on it is welcome (please be gentle as I am autistic).
No matter what kind of variable I write (message, name), the terminal gives me the same numeral (with some letters) output in het beginning of the output.
For example, I write:
name = 'ada lovelace'
print(name.title())
I receive in the terminal:
14947888-3cd3-44ee-9a5e-9eb302bc1811Ada Lovelace
It's the same sequence, no matter the code I write. What am I doing wrong here? Did something went wrong with naming and/or placing the file items in the folder?
Many thanks in advance
Also, this is my first post, any feedback on it is welcome (please be gentle as I am autistic).
