📊 Python
Q. Select all options that print.
Code:
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’)
💬 Discuss
✅ Correct Answer: (C) print(‘hello-‘ + ‘how-are-you’)

You must be Logged in to update hint/solution

💬 Discussion


📊 Question Analytics

👁️
276
Total Visits
📽️
4 y ago
Published
🎖️
Kirti
Publisher
📈
86%
Success Rate