Python Intro 1

Python Intro 1

7th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

12th Grade

11 Qs

Lesson 1 | Introduction to Python

Lesson 1 | Introduction to Python

9th Grade

15 Qs

Python Revision

Python Revision

8th Grade

16 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Типы данных

Типы данных

7th Grade

10 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python Intro 1

Python Intro 1

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Coder Khwaja

Used 11+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python code segment will display “Hello, world!” on the screen?

display Hello, world!

print("Hello, world!")

print "Hello, world!"

"Hello, world!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following Python code display?

print("Hello")

print("World")

Hello

World

HelloWorld

Hello World

Hello


World

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following Python code display?

print("Hello" , "World")

Hello

World

HelloWorld

Hello World

Hello


World

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the code below . What is the name of the command (function) below ?

print("Hello" , "World")

print

Hello

Hello World

World


World

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the code below .

How many parameters does the command(function) have ?

print("Hello" , "World")

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the code below .

How many parameters does the command(function) have ?

print("Hello")

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Python"

String , int , float ?

int

float

String

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?