PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Python Conditionals Practice

Python Conditionals Practice

9th - 12th Grade

20 Qs

Variable Scope in Python

Variable Scope in Python

1st Grade - Professional Development

15 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Fundamentos y Condicionales en Python - ALIANZA2025

Fundamentos y Condicionales en Python - ALIANZA2025

11th Grade - University

12 Qs

C++ Ripetizione

C++ Ripetizione

9th - 12th Grade

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?