Python Basics

Python Basics

University

12 Qs

quiz-placeholder

Similar activities

Advanced C# Quiz 5: Arrays and Method

Advanced C# Quiz 5: Arrays and Method

University

10 Qs

Fundamental of Python

Fundamental of Python

University

10 Qs

Python Quiz

Python Quiz

University

15 Qs

Python introduction

Python introduction

University

15 Qs

Récursivité

Récursivité

University

13 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

PSP Week3

PSP Week3

University

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