Mashdemy 1-5 AI/ML

Mashdemy 1-5 AI/ML

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Science Tuples

Computer Science Tuples

11th Grade

15 Qs

ONE 6th FORM Introduction to Python Basics

ONE 6th FORM Introduction to Python Basics

11th Grade

15 Qs

Python Programming Concepts Challenge

Python Programming Concepts Challenge

10th Grade - University

10 Qs

Python Programming Random Quiz

Python Programming Random Quiz

11th Grade

15 Qs

Python Tuple

Python Tuple

11th Grade

15 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

KD-1 Dasar pemrograman python

KD-1 Dasar pemrograman python

10th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Mashdemy 1-5 AI/ML

Mashdemy 1-5 AI/ML

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Mashdemy Tutor

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why Python?

Python is hard to learn

Python has simple syntax

Python is only used for web development

Python doesn't support object-oriented programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using Arithmetic Operators

What is the result of 5 + 3 * 2?

16

10

11

8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to assign a value to a variable in Python?

'x = 5'

'5 = x'

'x := 5'

'int x = 5'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print("Hello, World!") output?

Hello World

"Hello, World!"

Hello, World!

Hello World!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you use the .format() method to insert values into a string?

  • print("Hello {}".format("World"))

  • print("Hello {World}")

  • print("Hello %s" % "World")

  • print("Hello World".format())

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element in a list my_list?

  1. my_list[1]

  1. my_list[-1]

  1. my_list[0]

  1. my_list.first()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a tuple with three elements?

  • my_tuple = [1, 2, 3]

  • my_tuple = (1, 2, 3)

  • my_tuple = {1, 2, 3}

  • my_tuple = 1, 2, 3

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?