Podcast
Questions and Answers
Which of the following is a programming language used for writing Python?
Which of the following is a programming language used for writing Python?
- Java
- Python (correct)
- HTML
- CSS
What is the purpose of using the 'print()' function in Python?
What is the purpose of using the 'print()' function in Python?
- To take user input
- To display output on the console (correct)
- To create a loop
- To define a variable
Which of the following is NOT a valid Python data type?
Which of the following is NOT a valid Python data type?
- String
- Character (correct)
- Integer
- Boolean