Chapter 1: Python Overview

Chapter 1: Python Overview

University

10 Qs

quiz-placeholder

Similar activities

PYTHON DAY 2

PYTHON DAY 2

University

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python

Python

University

10 Qs

PSP Week3

PSP Week3

University

10 Qs

Session 2

Session 2

University

10 Qs

PYTHON_CHAPTER 1

PYTHON_CHAPTER 1

University

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python introduction

Python introduction

University

15 Qs

Chapter 1: Python Overview

Chapter 1: Python Overview

Assessment

Quiz

Computers

University

Easy

Created by

Python eBook

Used 35+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What year was Python first released?

1989

 1991

1995

2000

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a key feature of Python?

Compiled Language

Complex Syntax

Dynamically Typed

Limited Libraries

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created Python?

 Guido van Rossum

 James Gosling

 Dennis Ritchie

Bjarne Stroustrup

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

//

#

 /*

<!--

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output "Hello, World!" in Python?

echo "Hello, World!"

Console.WriteLine("Hello, World!")

print("Hello, World!")

 printf("Hello, World!")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a sequence of characters in Python?

  • int

  • float

  • string

  • bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

 input("Enter something:")

get_input("Enter something:")

scan("Enter something:")

cin >> "Enter something:"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?