Python 1

Python 1

University

20 Qs

quiz-placeholder

Similar activities

PY-BUILD

PY-BUILD

University

20 Qs

CSI Coding Quiz

CSI Coding Quiz

University

20 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Codecombat Computer Science

Codecombat Computer Science

University

15 Qs

PYTHON CONDITIONALS Q3

PYTHON CONDITIONALS Q3

University

18 Qs

Python for beginners

Python for beginners

University

20 Qs

Recuperacion final parte 1

Recuperacion final parte 1

8th Grade - University

20 Qs

Python 1

Python 1

Assessment

Quiz

Computers

University

Medium

Created by

Mahesh Shinge

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to indicate comments in Python?

//

#

/

<!--

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a variable in Python?

variable_name = value

variable_name <- value

value = variable_name

variable_name : value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, variables are:

Declared with a specific data type

Implicitly typed

Declared using the 'var' keyword

Only allowed in functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in Python?

_myVar

123_var

My-Var

myVar2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this code?

5

10

15

The code will raise an error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type of the variable in this code?

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

Greater than 5

Less than or equal to 5

10

The code will raise an error

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?