
Python_Recap_GGITSummerCamp25
Authored by Alexandra Țaranu
Information Technology (IT)
9th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
11 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Care este modul corect de a crea o variabilă cu valoarea 5?
int x = 5
x == 5
x = 5
var x = 5
x = int(5)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care dintre următoarele este o listă în Python?
{1, 2, 3}
[1, 2, 3]
(1, 2, 3)
<1, 2, 3>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce se afișează: print(3 * 'Salut')?
SalutSalutSalut
3Salut
Salut*3
Eroare
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce face funcția len()?
Returnează ultimul element
Convertește în litere mici
Returnează lungimea
Nimic
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ce cuvânt cheie se folosește pentru a defini o funcție în Python?
func
define
def
function
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Cum începe un comentariu în Python?
// This is a comment
#This is also a comment
<!-- Also this is a comment
''' Maybe this one is a comment? '''
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care este sintaxa corectă pentru a parcurge o listă?
for i to list
for item in list:
foreach item list
loop list
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?