Python (I)

Python (I)

12th Grade

14 Qs

quiz-placeholder

Similar activities

python intro

python intro

4th - 12th Grade

17 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Functions & NameSpace in Python -1

Functions & NameSpace in Python -1

12th Grade

10 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Beginner

Python Beginner

12th Grade

10 Qs

Python (I)

Python (I)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Arsenio Hernández Alique

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quina és la sintaxi correcta per mostrar "Hello World" a Python?

echo("Hello World");

print("Hello World")

p("Hello World")

echo "Hello WOrld"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Com inserim un COMENTARIS al codi amb Python?

# Això és un comentari

/*Això és un comentari*/

//Això és un comentari

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quin d'aquests NO és un nom vàlid per a una variable?

Myvar

my_var

_myvar

my-var

Answer explanation

Un nom de variable només pot contenir caràcters alfanumèrics i guions baixos

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Com crearies una variable amb valor numèric 5?

x = int(5)

x=5

Les dues respostes són correctes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quina és l'extensió correcta per un fitxer de Python?

.pt

.pyt

.pyth

.py

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Com crearies una variable amb el nom decimal 2.8?

x=float(2.8)

x=2.8

Les dues respostes són correctes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quina és la sintaxi correcta per a mostrar el tipus de dades d'una variable o objecte a Python?

print(typeof(x))

print(typeof x)

print(type(x))

print(typeOf(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?