Test your information

Language: English
Subject: Technology > Programming
School grade: United Arab Emirates United Arab Emirates

Test your information

Python works on Windows platform only.

True

False

Python has a simple syntax similar to the English language.

True

False

What is a correct syntax to output "Hello World" in Python?

echo "Hello world"

p("Hello world")

print("Hello world" )

What is the data type of:
studentEMail = "s3449490@ese.gov.ae"

int

str

bool

What is the data type of:
studenID = 2374784847

int

str

bool