Python Basics

Python Basics

University

10 Qs

quiz-placeholder

Similar activities

Python introduction

Python introduction

University

15 Qs

Python

Python

University

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python

Python

KG - Professional Development

13 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Understanding Python Basics

Understanding Python Basics

8th Grade - University

14 Qs

PSP Week3

PSP Week3

University

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

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