Python practice

Python practice

Professional Development

20 Qs

quiz-placeholder

Similar activities

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Class 1

Python Class 1

Professional Development

15 Qs

Python

Python

Professional Development

20 Qs

Python

Python

Professional Development

20 Qs

For Loop Python_2024

For Loop Python_2024

Professional Development

20 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics

Python basics

Professional Development

22 Qs

Python practice

Python practice

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Shashi Weerasooriya

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "hello world" in python

p("hello world")

print ("hello world")

echo "hello world"

echo("hello world")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

#thi is a comment

/*this is a comment*/

//this is a comment

@this is a comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not a legal variable name?

my_var

Myvar

_myvar

My-var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Both the other answers are correct

X=int(5)

X=5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for python file

.py

.pt

.pyt

.pyth

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Both the other answers are correct

X=2.8

X=float(2.8)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?

print (type(x))

print(typeOf (x))

print (typeof(X))

print (typeof X)

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?