
Python Basics
Authored by Sanjana S
Computers
6th - 8th Grade
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Who developed Python Programming Language?
Wick van Rossum
Rasmus Lerdorf
Guido van Rossum
Niene Stom
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Is Python case sensitive when dealing with identifiers?
No
Yes
machine dependent
none of the mentioned
Answer explanation
Case is always significant while dealing with identifiers in python.
Ex: All are different
Name
name
NaMe
NAME
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the file extension for a Python script?
.py
.java
.html
.txt
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following is not a Python data type?
Integer
String
Float
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of the following Python code snippet?
print(10 // 3)
3.33
3
3.0
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following is a correct way to comment in Python?
// This is a comment
/* This is a comment */
# This is a comment
** This is a comment **
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of the following Python code snippet?
print(10 % 3)
3.33
1
3.0
10
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?