wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Python

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Mire hasznaljak leginkabb a Pythont?

a)

Data Science

b)

Frontend Webdev

c)

Video Editor

d)

Machine Learning

2.

Hogyan irjuk ki azt hogy "Hello world"

a)

printf("Hello world")

b)

console.log("Hello world")

c)

print(Hello world)

d)

print("Hello world")

3.

A python(t) a(z)

a)

open source

b)

Google csinalta

c)

Facebook csinalta

d)

Youtube csinalta

4.

Hogyan egy szamot egy masik ertekbe

a)

masik = szam

b)

szam = masik

c)

szam to masik

d)

masik to szam

5.

Melyik nyelvekbol inspiralodott a python

a)

C, C++, Java, Perl, Lisp.

b)

Go, JavaScript, Rust

c)

Assembly, TypeScript, Hydrogen, Swift

d)

React, vue, angular

6.

a?

a)

a

b)

b

c)

c

d)

d

7.

Libraries for potential gamedev, tho python not the best fitting for that

(a)  

8.

.?

a)

.py

b)

.python

c)

.pyth

d)

.pytn

9.

Mire lehet hasznalni a nyelvet

a)

Automation

b)

Animation

c)

All of the above

d)

at least for something

10.

Hogyan lehet commmentelni

a)

#This is a comment

b)

//This is a comment

c)

/*This is a comment*/

d)

<--This is a comment-->

11.

melyik modon nem lehet valtozot hozni letre

a)

_variable

b)

V-ar-ia-ble

c)

varia-ble

d)

vArIaBlE

12.

hogyan lehet valaminek a tipusat kiirni

a)

print(type(x))

b)

print(typeof(x))

c)

print(typeof x)

d)

print(x type)

13.

hogyan lehet functiont letrehotni

a)

def MyFunction():

b)

create MyFunction():

c)

function MyFunction():