Examveda

Select all options that print.
hello-how-are-you

A. print('hello', 'how', 'are', 'you')

B. print('hello', 'how', 'are', 'you' + '-' * 4)

C. print('hello-' + 'how-are-you')

D. print('hello' + '-' + 'how' + '-' + 'are' + 'you')

Answer: Option C


This Question Belongs to Python Program >> Data Types And Numeric Types

Join The Discussion

Related Questions on Data Types and Numeric Types