PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
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')
Show Answer
Next Question
Correct Answer:
C
Explanation: Execute in the shell.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap