Python Basics Quiz

Python Basics Quiz

University

15 Qs

quiz-placeholder

Similar activities

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

CodeQuest TechTopia 2025-26

CodeQuest TechTopia 2025-26

University

11 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Java Quiz 1 in tamil theme

Java Quiz 1 in tamil theme

University

10 Qs

Quiz de Programação em C

Quiz de Programação em C

University

17 Qs

Python: тест #1

Python: тест #1

1st Grade - University

11 Qs

Quizzi bài 29 Tin học 10

Quizzi bài 29 Tin học 10

10th Grade - University

10 Qs

Quiz Meet 3 Mini SC Programing

Quiz Meet 3 Mini SC Programing

University

10 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

jemsheena ma

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python was developed by:

Dennis Ritchie

Guido van Rossum

James Gosling

Bjarne Stroustrup

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a:

Low-level language

Machine language

High-level programming language

Assembly language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which year was Python first released?

1991

2000

1989

1995

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used for comments in Python?

//

**

#

/* */

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct to print "Hello World" in Python?

echo "Hello World"

print("Hello World")

printf("Hello World")

console.log("Hello World")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid number data type in Python?

int

float

complex

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of type(3)?

  • <class 'float'>

  • <class 'int'>

  • <class 'str'>

  • <class 'complex'>

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?