Python

Python

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Tamil Movies

Tamil Movies

KG - Professional Development

10 Qs

Dasar Pemrograman C++

Dasar Pemrograman C++

10th Grade

10 Qs

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th Grade

10 Qs

Pythton

Pythton

5th - 12th Grade

10 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

liczby i działania klasa 5

liczby i działania klasa 5

KG - University

15 Qs

bài 17: Biến là lệnh gán

bài 17: Biến là lệnh gán

10th Grade

10 Qs

Python

Python

Assessment

Quiz

Other

9th - 12th Grade

Easy

Created by

Anna Luftman

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("Hello world!")

SyntaxError

"Hello world!"

Hello world!

Hello World!

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print(12+4)

16

12+4

print 12+4

SyntaxError

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("34+9")

43

34+9

print(34+9)

"34+9"

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("Hello" + "world!")

HelloWorld!

("Hello" + "world!")

Helloworld!

Wszystkie odpowiedzi są poprawne

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania poniższego kodu?

print(2*"Hello World! ")

HelloWorld!HelloWorld!

Hello World! Hello World!

2*Hello World!

TypeError

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Polecenie print w Pythonie służy do:

Sprawdzania warunku

Pobierania zmiennej od użytkownika

Wyświetlania

Uruchamiania plików stronicowania na drukarkę

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jak nazywa się domyślny zintegrowany edytor języka programowania Python,
z którego korzystaliśmy na lekcjach?


Shell

Window

Notatnik

IDLE

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?