BTS
FN
Home
Blog
Pricing
About
Quizzes
Templates
Sign In
Start Free
Python Programming Basics Quiz
Question 1 of 3
What is the correct file extension for Python files?
10pts
1
.py
2
.python
3
.pyt
4
.pt
Which of the following is a valid variable name in Python?
10pts
1
1variable
2
variable-name
3
variable_name
4
variable name
What is the output of print(2 + 3)?
10pts
1
23
2
5
3
Error
4
None
Prev
Next
Finish