Python Programming Basics

Python Programming Basics

12th Grade

56 Qs

quiz-placeholder

Similar activities

Design Thinking Process-Ballon Car

Design Thinking Process-Ballon Car

12th Grade

61 Qs

A1.4: Singapore Airworthiness Requirements (pt. 2)

A1.4: Singapore Airworthiness Requirements (pt. 2)

9th - 12th Grade

51 Qs

8.1.1 - Principles of Mechanical Engineering

8.1.1 - Principles of Mechanical Engineering

10th Grade - University

55 Qs

IED Final Semester Exam Game  Review (Isaac Perez)

IED Final Semester Exam Game Review (Isaac Perez)

9th - 12th Grade

51 Qs

Polymers in Engineering StudiesnQuiz

Polymers in Engineering StudiesnQuiz

12th Grade

58 Qs

Python Programming Basics

Python Programming Basics

Assessment

Quiz

Engineering

12th Grade

Easy

Created by

Sara Gruber

Used 1+ times

FREE Resource

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print a string in Python?

A) print 'Hello'

B) print("Hello")

C) print[Hello]

D) print{Hello}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In Python, strings are always written within ________

quotation marks

apostrophes

brackets

curly brackets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for multiplication in Python?

A) x

B) #

C) *

D) +

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following Python code print("Planet Earth takes", 365, "days to orbit the sun") outputs a statement. Choose the correct output.

Planet Earth takes 365 days to orbit the sun

Planet Earth takes, 365, days to orbit the sun

Planet Earth takes365days to orbit the sun

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: Using a ________ allows you to output integers as part of a string sentence in Python.

comma

plus sign

percent operator

format specifier

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In Python, you add a newline character within ______ quotation marks.

double or single

triple

backslash

raw

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What will be the output of the following code? Code:

name = "Rob-Bot"

print("Hello " + name + "! It's lovely to meet you!")

Hello Rob-Bot! It's lovely to meet you!

Hello ! It's lovely to meet you!

Hello name! It's lovely to meet you!

Hello Rob-Bot! It's lovely to meet you! It's lovely to meet you!

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?