Intro to Python

Intro to Python

1st - 6th Grade

5 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python1

python1

1st Grade

10 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

Quiz: Print, Syntax and Comments in Python

Quiz: Print, Syntax and Comments in Python

6th Grade

10 Qs

Introducing Python

Introducing Python

6th Grade

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Intro to Python

Intro to Python

Assessment

Quiz

Computers

1st - 6th Grade

Medium

Created by

Aqilah M.

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a step-by-step list of instructions to solve a problem.

Operating System

An algorithm

Computer Network

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?

A computer language

A video game

A human language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output of the following code?

print('Hello world')

Hello world

Hello World

HelloWorld!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A comment in Python starts with

$

&

#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What line do you type to print the words "Hello World" on the Python screen?

printf("Hello World")

print("Hello World")

print(Hello World)

show('Hello World')