0 votes
in Python by
Please Write An Example Of A Print Function?

1 Answer

0 votes
by

print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘-‘ + ‘you’)

Python Tutorial C++ Interview Questions

...