PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

quiz-placeholder

Similar activities

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

Tin 11 - Bài 4,5 - Câu hỏi trắc nghiệm

Tin 11 - Bài 4,5 - Câu hỏi trắc nghiệm

11th Grade

20 Qs

BT ktra bo sung

BT ktra bo sung

9th - 12th Grade

20 Qs

TIK KD 3

TIK KD 3

1st - 12th Grade

20 Qs

EVALUACIÓN PARCIAL 4

EVALUACIÓN PARCIAL 4

9th - 12th Grade

20 Qs

INTERNET

INTERNET

1st Grade - University

15 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

PostTest_01_M5

PostTest_01_M5

11th Grade

20 Qs

PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

Created by

Carolina Pellecchia

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

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

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

echo ("Hello World")

echo "Hello World"

print("Hello Word")

p("Hello Word")

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you insert COMMENTS in Python code?

#this is a comme

//This is a comm

\\this is a comm

'''this is a comm

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a variable with the numeric value 5?

x=int(5)

sono corrette tutte e due

x=5

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct file extension for Python files?

.pyt

.py

.pt

.pyht

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Quale NON è un nome di variabile legale?

my_var

my var  

Myvar

_myvar

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Come si crea una variabile con il numero reale 2.8?

x=2.8

x=float(2.8)

entrambe sono corrette

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual è la sintassi corretta per produrre il tipo di una variabile o di un oggetto in Python?

print(typeof(x))  

print(typeof x)

print(typeOf(x))

print(type(x))  

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?