Python

Python

University

10 Qs

quiz-placeholder

Similar activities

AI & Data Science Quiz

AI & Data Science Quiz

University

15 Qs

Offensive Security

Offensive Security

University

10 Qs

quiz

quiz

University

10 Qs

Keterampilan Aplikasi Dasar M123

Keterampilan Aplikasi Dasar M123

University

10 Qs

Polymorphism Quiz

Polymorphism Quiz

University

12 Qs

wp_js

wp_js

University

10 Qs

Quiz Master's 2.0

Quiz Master's 2.0

University

15 Qs

Python Syntax Quiz

Python Syntax Quiz

University

14 Qs

Python

Python

Assessment

Quiz

Engineering

University

Medium

Created by

py thon

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.pp

.pt

.py

.pn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct way to declare a Python variable?

var x = 5

#x = 5

$x = 5

x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = "John"

# is the same as

x = 'John'

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 5

# is the same as

A = 5

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insert the missing part of the code below to output “SSIT".

__________ (“SSIT")

Print

Type

Write

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used to define a Python comment:

'

//

#

/*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT a legal variable name?

my-var = 20

my_var = 20

Myvar = 20

_myvar = 20

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?