Getting started with Python: Writing Code

Getting started with Python: Writing Code

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Nur Shariff

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Python is one of the most popular and useful languages used to give instructions to computers.

Back

Continue

2.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print("Turn left")

3.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print("Wake up")

4.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print(360)

5.

FLASHCARD QUESTION

Front

Which of the following lines is a valid comment in Python?

a) <!-- This is a comment -->,

b) /* This is a comment */,

c) // This is a comment,

d) # This is a comment

Back

d) # This is a comment

6.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print("New email")

7.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print("Turn right")

8.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print(7)

9.

FLASHCARD QUESTION

Front

Write full and complete code. No need space

Back

print("Great job!")