Python MCQ

Python MCQ

University

20 Qs

quiz-placeholder

Similar activities

Iedc Coders Club Programming Quiz

Iedc Coders Club Programming Quiz

University

25 Qs

Kiểu dữ liệu xâu kí tự trong Python

Kiểu dữ liệu xâu kí tự trong Python

10th Grade - University

18 Qs

Mini Quiz IF2112

Mini Quiz IF2112

University

15 Qs

programming quiz

programming quiz

University

25 Qs

Python

Python

University

15 Qs

Basic Python

Basic Python

University

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python-Lists_Dictionaries

Python-Lists_Dictionaries

University

20 Qs

Python MCQ

Python MCQ

Assessment

Quiz

Computers

University

Medium

Created by

SAKTHI GOVINDARAJU

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

print("Hello World")

p("Hello World")

echo "Hello World"

echo("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

#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

my_var

Myvar

_myvar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

x = int(5)

x = 5

Both the other answers are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.py

.pt

.pyt

.pyth

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

x = 2.8

x = float(2.8)

Both the other answers are correct

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(typeof(x))

print(typeOf(x))

print(type(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?