Intro to Python

Intro to Python

1st - 6th Grade

5 Qs

quiz-placeholder

Similar activities

Basic Python-2

Basic Python-2

5th Grade

6 Qs

Python. Урок-01. Знакомство

Python. Урок-01. Знакомство

6th - 7th Grade

10 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Coding Quiz

Coding Quiz

4th - 11th Grade

6 Qs

Cấu trúc lặp (phần 1)

Cấu trúc lặp (phần 1)

3rd Grade - University

10 Qs

Python-quiz podstawy

Python-quiz podstawy

1st Grade

10 Qs

Quiz: Print, Syntax and Comments in Python

Quiz: Print, Syntax and Comments in Python

6th Grade

10 Qs

computer

computer

1st - 5th Grade

10 Qs

Intro to Python

Intro to Python

Assessment

Quiz

Computers

1st - 6th Grade

Medium

Created by

Aqilah M.

Used 8+ 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')