
Introduction to Python Programming

Quiz
•
Other
•
University
•
Easy
M Pooja
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct file extension for Python files?
.py
.java
.txt
.cpp
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a variable in Python?
You create a variable in Python by using the syntax: value = variable_name.
You initialize a variable in Python by writing: variable_name : value.
You declare a variable in Python with the command: var variable_name;
You create a variable in Python by using the syntax: variable_name = value.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a function in Python?
function
def
define
method
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid way to comment in Python?
/* This is a comment */
# This is a comment
// This is a comment
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print(2 ** 3)?
6
9
8
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a list in Python?
You create a list in Python using curly braces, e.g., my_list = {1, 2, 3}.
You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).
You create a list in Python by using the list() function without any arguments.
You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function is used to read input from the user?
input()
getUserInput()
readInput()
fetchInput()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
UNIT2_PYTHON

Quiz
•
University
12 questions
CS201: Chapter 1

Quiz
•
University
13 questions
Introduction to Python Programming Quiz 9E

Quiz
•
10th Grade - University
14 questions
2R C-Skill Lab Test Autumn 2024-25

Quiz
•
University
10 questions
PYTHON set4

Quiz
•
University
10 questions
Exploring Strings, Sets, and Tuples

Quiz
•
University
10 questions
Pertemuan 2

Quiz
•
University
15 questions
test

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade