Python Basics

Python Basics

University

12 Qs

quiz-placeholder

Similar activities

Q2 - Python

Q2 - Python

University

10 Qs

Python-1st

Python-1st

University

10 Qs

Auxiliar 03 - CC1002

Auxiliar 03 - CC1002

University

16 Qs

Week 9  C# (for Java programmers)

Week 9 C# (for Java programmers)

University

10 Qs

Conditional and Iterative Statements

Conditional and Iterative Statements

University

10 Qs

Exploring Python Fundamentals

Exploring Python Fundamentals

12th Grade - University

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

University

15 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

University

Medium

Created by

Vijay K

Used 12+ 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?