PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

quiz-placeholder

Similar activities

F-string Python

F-string Python

11th Grade

20 Qs

C++ Ripetizione

C++ Ripetizione

9th - 12th Grade

20 Qs

Linguaggio Java - Classi e Oggetti

Linguaggio Java - Classi e Oggetti

11th - 12th Grade

14 Qs

A4 - Il linguaggi di programmazione C++ SELEZIONE

A4 - Il linguaggi di programmazione C++ SELEZIONE

2nd Grade - University

15 Qs

I file in VB

I file in VB

10th Grade - Professional Development

20 Qs

File system in Windows 7

File system in Windows 7

9th Grade - University

20 Qs

Fondamenti VB.NET

Fondamenti VB.NET

10th Grade - University

20 Qs

Quiz su Internet, Indirizzi IP e DNS

Quiz su Internet, Indirizzi IP e DNS

2nd Grade - University

20 Qs

PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Carolina Pellecchia

Used 10+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?