Python Programming Basics

Python Programming Basics

12th Grade

56 Qs

quiz-placeholder

Similar activities

Electrical Safety and Atomic Structure

Electrical Safety and Atomic Structure

12th Grade

53 Qs

8.2.1 - Mechanical Power Systems

8.2.1 - Mechanical Power Systems

10th Grade - University

54 Qs

Transformer Study Guide

Transformer Study Guide

9th - 12th Grade

52 Qs

1.1.1 - What is Engineering

1.1.1 - What is Engineering

10th Grade - University

59 Qs

Health and Safety Quiz

Health and Safety Quiz

12th Grade

56 Qs

PLTW EOC Review

PLTW EOC Review

9th - 12th Grade

52 Qs

untitled

untitled

6th Grade - University

51 Qs

Project Management Guide Quiz

Project Management Guide Quiz

12th Grade

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