SYNTAX

SYNTAX

8 Qs

quiz-placeholder

Similar activities

Simple present E4: Forms

Simple present E4: Forms

Professional Development

10 Qs

Introduction to Culinary Arts Syllabus Quiz

Introduction to Culinary Arts Syllabus Quiz

9th Grade

10 Qs

We Are Definitely Human by X Fang

We Are Definitely Human by X Fang

KG - University

12 Qs

Tin 7 Hk2_ Go diem TX1

Tin 7 Hk2_ Go diem TX1

KG

10 Qs

Hand-imals: Artistic Portraits of Animals

Hand-imals: Artistic Portraits of Animals

KG - University

10 Qs

CL 8- 6. Python function

CL 8- 6. Python function

KG - University

10 Qs

SYNTAX

SYNTAX

Assessment

Quiz

others

Hard

Created by

Riya Reji

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to print "hello world"?
print("hello world")
print(hello world)
print"hello world"
hello world

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Set of rules that are used to create a Python Program.
Variables
Syntax
Keyword
None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

x=10 print(x) what will be the output?
x
X
10
0

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Spaces at the beginning of a code line.
String
Integer
Indentation
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one is the newline character?
"\b"
"\n"
"\N"
"\p"

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When executing code, Python interpreter ignores______
Variable
Pass statement
Comments
Keyword

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the symbol to write a single-line comment?
*
+
#
$

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Characters that are used for spacing are called _____
Indentation
String
White space character
Option 4