Python Basic 1

Python Basic 1

12th Grade

20 Qs

quiz-placeholder

Similar activities

L73_118 Prep for Test

L73_118 Prep for Test

12th Grade - University

20 Qs

Data, Information, Knowledge Yr12-1

Data, Information, Knowledge Yr12-1

12th Grade

16 Qs

Intro to Visual Basic

Intro to Visual Basic

10th Grade - University

20 Qs

Sustainability in Dubai Quiz

Sustainability in Dubai Quiz

12th Grade

15 Qs

Let's Check!

Let's Check!

12th Grade - Professional Development

15 Qs

สอบกลางภาคชั้นมัธยมศึกษาปีที่ 5

สอบกลางภาคชั้นมัธยมศึกษาปีที่ 5

10th - 12th Grade

20 Qs

HTML Introduction

HTML Introduction

9th - 12th Grade

15 Qs

Python Function - 3

Python Function - 3

12th Grade

20 Qs

Python Basic 1

Python Basic 1

Assessment

Quiz

Computers

12th Grade

Hard

Created by

郑欣铃 郑欣铃

Used 24+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

//This is a comment

/*This is a comment*/

#This is a comment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

Myvar

_myvar

my-var

my_var

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

x=5

x=int(5)

Both the other answer are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.py

.pt

.pyt

.pyth

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the floating number 2.8?

x=2.8

x=float(2.8)

Both the other answer are correct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, 'Hello', is the same as "Hello"

False

True

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to multiply numbers?

x

*

%

#

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?