Python Basics

Python Basics

University

12 Qs

quiz-placeholder

Similar activities

Python Round 2

Python Round 2

University

10 Qs

Python and PseudoCode Quiz

Python and PseudoCode Quiz

10th Grade - University

15 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

Python Basics

Python Basics

KG - University

16 Qs

Advanced C# Quiz 5: Arrays and Method

Advanced C# Quiz 5: Arrays and Method

University

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

University

Medium

Created by

Vijay K

Used 11+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct extension of the Python file?

.py

.python

None of these

.p

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to insert COMMENTS in Python code?

"this is a comment"

#this is a comment

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use to define a block of code in Python language?

None of these

Key

Brackets

Indentation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output “REC" in Python?

echo("REC")

print("REC")

echo “REC”

print ”REC”

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input() function in Python?

To take input from the user

To convert an object into a string

To print a message on the screen

To add a string at the end of the output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the print() function in Python?

To print a specified message on the screen

To take input from the user

To add a string at the end of the output

To convert an object into a string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the int() function in Python?

To return an integer number

To return a complex number

To return a Boolean value

To return a decimal/floating point number

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?