Python Basics

Python Basics

University

10 Qs

quiz-placeholder

Similar activities

Python-1st

Python-1st

University

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Quiz

Python Quiz

University

10 Qs

Session 2

Session 2

University

10 Qs

แบบทดสอบก่อน-หลังเรียนวิชาการเขียนโปรแกรมคอมพิวเตอร์ขั้นสูง

แบบทดสอบก่อน-หลังเรียนวิชาการเขียนโปรแกรมคอมพิวเตอร์ขั้นสูง

University

10 Qs

SISD - Python

SISD - Python

University

10 Qs

Q1- python - CcEco

Q1- python - CcEco

University

7 Qs

Programmeerimiskeeled

Programmeerimiskeeled

10th Grade - University

12 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

University

Medium

Created by

N JIBIN

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a valid variable name in Python?

A. 1variable

B. my-variable

C. _variablename

D. variable name

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you print "Hello, World!" to the console in Python 3?

A. print("Hello, World!")

B. print "Hello, World!"

C. echo "Hello, World!"

D. System.out.println("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of the expression 5 + 3 * 2?

A. 10

B. 16

C. 11

D. 26

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for single-line comments in Python?

//

--

#

/*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Python?

A. var my_variable

B. my_variable =

C. variable my_variable

D. my_variable = 10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(5 + 2) in Python?

A. 52

B. 7

C. "5 + 2"

D. Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid string in Python?

A. 'Hello, World!"

B. "Hello, World!"

C. Hello, World!

D. "Hello, World!'

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?