Basics Python

Basics Python

Assessment

Flashcard

Computers

8th - 10th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How do you define(assign) variables? Options: var="String", func==Hello, var : 123, word= Hello

Back

var="String"

2.

FLASHCARD QUESTION

Front

Which one does take you to next line? Options: , \n, /n, \\

Back

\n

3.

FLASHCARD QUESTION

Front

What is the word (command) used to display numbers and text on the screen?

Back

Print

4.

FLASHCARD QUESTION

Front

What symbol is used in python to assign values to a variable?

Back

=

5.

FLASHCARD QUESTION

Front

Which of these would work as a piece of code? Options: if string="Dove", if string=="Dove", IF string="Dove":, if string=="Dove":

Back

if string=="Dove":

6.

FLASHCARD QUESTION

Front

What is the end after if statements? Options: if, Elif, Else, While

Back

Else

7.

FLASHCARD QUESTION

Front

Which of the following is a correctly-formatted comment?
*Comment
*"Comment"
*#comment
*(comment)

Back

#comment

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?