Completed
Quiz
Rating
0
0
There are no comments for now.
Join this Course
to be the first to leave a comment.
1.
Which of the following is a valid variable name in Python?
2.
What is the output of print(3 + 4)?
3.
What data type is True in Python?
4.
What will the following code output? x = "5" print(type(x))