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

Related questions

+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...