2 Antworten
+ 2
use 2 spaces before and after " is " and 1 space before " years."
Like this
print(name+" is "+age+" years")
0
Use the space in double quote
like
...+ " is " + ...+ " years old "
And, If you need to make new line, use this:
print("\n")