Apr-15-2020, 11:37 AM
(This post was last modified: Apr-15-2020, 11:37 AM by stuartsmith22.)
Absolute newbie and just starting to learn.
I cannot work out why the first two programs below work, but the third does not!
1.
Thanks
I cannot work out why the first two programs below work, but the third does not!
1.
person_name = "Albert"
print (person_name) 2. print ("\tAlbert") 3. person_name = "Albert"
print (\tperson_name) ERROR on 3rd program is: SyntaxError: unexpected character after line continuation characterThanks
