Hi,
Very basic question, as I am absolute greenhorn.
When I run this code:
first_name='Mat h'
last_name='Spea k'
print (first_name, last_name)
and the output looks like:
('Math','Speak' )
where as I was expecting:
Math Speak
Is it to do with the version on my mac:2.7.1, where as the book am referring to recommends 3.2.2?
Thanks
Very basic question, as I am absolute greenhorn.
When I run this code:
first_name='Mat h'
last_name='Spea k'
print (first_name, last_name)
and the output looks like:
('Math','Speak' )
where as I was expecting:
Math Speak
Is it to do with the version on my mac:2.7.1, where as the book am referring to recommends 3.2.2?
Thanks
Comment