Python

Python

University

10 Qs

quiz-placeholder

Similar activities

Internal Lab Quiz-1 CSECS

Internal Lab Quiz-1 CSECS

University

10 Qs

Kuis Pelatihan Pertemuan 5 (3D Printing)

Kuis Pelatihan Pertemuan 5 (3D Printing)

University

15 Qs

C Programming Day-10

C Programming Day-10

University

10 Qs

Oops moment/1

Oops moment/1

University

13 Qs

SEM-2(Python-Q1)

SEM-2(Python-Q1)

University

15 Qs

p2rt

p2rt

7th Grade - University

10 Qs

BugBlitz

BugBlitz

University

15 Qs

PPS QUIZZ 1

PPS QUIZZ 1

University

15 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?