Latest posts
-
Python Basics MCQ Questions and Answers for Beginners
1. What is Python? A) Operating SystemB) Programming LanguageC) DatabaseD) BrowserAnswer: B 2. Who created Python? A) James GoslingB) Dennis RitchieC) Guido van RossumD) Bjarne StroustrupAnswer: C 3. Which symbol is used for comments in Python? A) //B) #C) /* */D) —Answer: B 4. Which function displays output on the screen? A) input()B) display()C) print()D)…