Python quiz

Python quiz

1st Grade

5 Qs

quiz-placeholder

Similar activities

محک سه از یک ،محک پایانی هفته

محک سه از یک ،محک پایانی هفته

1st - 5th Grade

6 Qs

Python Basics

Python Basics

KG - University

10 Qs

Introduction to Python - If and Else

Introduction to Python - If and Else

1st - 6th Grade

10 Qs

Lesson 1

Lesson 1

1st - 5th Grade

5 Qs

การประเมินการเขียนโปรแกรมภาษาไพทอน

การประเมินการเขียนโปรแกรมภาษาไพทอน

1st Grade

10 Qs

محک دو از یک

محک دو از یک

1st - 5th Grade

7 Qs

Python Conditional Statements Quiz

Python Conditional Statements Quiz

1st - 5th Grade

9 Qs

Programming languages

Programming languages

KG - Professional Development

10 Qs

Python quiz

Python quiz

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Toxicone 7

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ποια είναι η σωστή σύνταξη για την έξοδο "Hello World" στην Python;

print("hello world"

print(hello world)

print("Hello world")

print hello world

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Πώς εισάγετε ΣΧΟΛΙΑ στον κώδικα Python;

``

##

//

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Πώς δημιουργείτε μια μεταβλητή με την αριθμητική τιμή 5;

x = 5

x = int 5

Και οι 2 ειναι σωστές

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ποια είναι η σωστή επέκταση αρχείου για αρχεία Python;

.py

.python

#py

.code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ποιος τελεστής χρησιμοποιείται για τον πολλαπλασιασμό των αριθμών;

/

*

&&

**