Quiz: Python Introduction
Practice your Python basics with MCQ quiz covering introduction, syntax, and the print() function.
1.
Which of the following is not a use case of Python?
2.
What does the print() function do in Python?
3.
Which of the following is the correct syntax to print "Hello, Devs!"?
4.
What will this code output?
python
1
print("laptop", "mouse", "keyboard", sep=", ")