What will this Python code print?
print('Hello' + 'World')
HelloWorld
None
'Hello' + 'World'
hello world

Computing Exercises are loading ...