Kāda ir pareiza sintakse "Hello World" izvadīšanai Python valodā?
Python Quiz 1

Quiz
•
Computers
•
12th Grade
•
Hard
Ilja Rjabkovs
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
print("Hello World")
echo "Hello World"
echo("Hello World");
p("Hello World")
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kā Python kodā var ievietot vienas rindas komentārus?
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Kā izveidot mainīgo ar skaitlisko vērtību 5?
x = 5
x = int(5)
Abas pārējās atbildes ir pareizas
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Kā izveidot mainīgo skaitli 2.8 ar peldošo punktu?
x = float(2.8)
x = 2.8
Abas pārējās atbildes ir pareizas
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Kāda ir pareizā sintakse mainīgā "x" vai objekta "x" tipa izvade?
print(typeof x)
print(typeOf(x))
print(typeof(x))
print(type(x))
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kāds ir pareizais veids, kā Python izveidot funkciju?
function myfunction():
def myFunction():
create myFunction():
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kā sākt rakstīt If paziņojums (if statement)?
if x > y:
if (x > y)
if x > y then:
Similar Resources on Wayground
9 questions
Python Basics Quiz for KS3

Quiz
•
11th Grade - University
10 questions
Error Finding

Quiz
•
12th Grade
10 questions
Unit 1 Post Test: Basic Python

Quiz
•
9th - 12th Grade
12 questions
Errors in Python

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
11 questions
Python Quiz

Quiz
•
12th Grade
10 questions
Study Guide - More Advanced Java

Quiz
•
11th - 12th Grade
10 questions
Python Basics Quiz

Quiz
•
7th Grade - University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade