Introduction to Python Programming

Introduction to Python Programming

University

10 Qs

quiz-placeholder

Similar activities

Film quiz

Film quiz

7th Grade - Professional Development

10 Qs

International Politics Uni Basics

International Politics Uni Basics

University

10 Qs

General knowledge Quiz

General knowledge Quiz

University

10 Qs

only check box but some only one answer

only check box but some only one answer

KG - University

11 Qs

MR_07_observation

MR_07_observation

University

10 Qs

QUIZ ON INDEPENDANCEDAY

QUIZ ON INDEPENDANCEDAY

KG - University

15 Qs

Seberapa kenal kamu dengan FKM UI?

Seberapa kenal kamu dengan FKM UI?

University

10 Qs

Dr. Vikram Sarabhai

Dr. Vikram Sarabhai

6th Grade - University

10 Qs

Introduction to Python Programming

Introduction to Python Programming

Assessment

Quiz

Other

University

Practice Problem

Easy

Created by

M Pooja

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?