PYTHON-Base n 1-3C

Quiz
•
Computers
•
11th Grade
•
Medium
Carolina Pellecchia
Used 10+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is a correct syntax to output "Hello World" in Python?
echo ("Hello World")
echo "Hello World"
print("Hello Word")
p("Hello Word")
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How do you insert COMMENTS in Python code?
#this is a comme
//This is a comm
\\this is a comm
'''this is a comm
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How do you create a variable with the numeric value 5?
x=int(5)
sono corrette tutte e due
x=5
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the correct file extension for Python files?
.pyt
.py
.pt
.pyht
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Quale NON è un nome di variabile legale?
my_var
my var
Myvar
_myvar
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Come si crea una variabile con il numero reale 2.8?
x=2.8
x=float(2.8)
entrambe sono corrette
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Qual è la sintassi corretta per produrre il tipo di una variabile o di un oggetto in Python?
print(typeof(x))
print(typeof x)
print(typeOf(x))
print(type(x))
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Python Operators & Expressions

Quiz
•
8th - 11th Grade
20 questions
Unit 3 Python TEST

Quiz
•
11th - 12th Grade
17 questions
Python Modulus & Exponent & If 305

Quiz
•
9th - 12th Grade
12 questions
Python Fundamentals

Quiz
•
6th - 11th Grade
13 questions
Potenziometri, trimmer e massa

Quiz
•
9th Grade - University
14 questions
Python Arithmetic, Boolean, and Strings

Quiz
•
9th - 12th Grade
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
15 questions
Mathematical Calculations and Operations

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade