Python Day1 Quiz

Python Day1 Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

วิชาการเขียนโปรแกรมภาษา Pyhton รหัส 32201

วิชาการเขียนโปรแกรมภาษา Pyhton รหัส 32201

Professional Development

20 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

Java Basics

Java Basics

Professional Development

17 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Pioneer Coding - Mid Year Quiz (Python and Pokemon)

Pioneer Coding - Mid Year Quiz (Python and Pokemon)

Professional Development

15 Qs

first round quiz

first round quiz

Professional Development

20 Qs

Mapeamento e Normalização BD

Mapeamento e Normalização BD

University - Professional Development

15 Qs

Python Day1 Quiz

Python Day1 Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Prof. Sahu

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following? print("Hello" + "World")
Hello + World
HelloWorld
Hello World
Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?
1name
name_1
class
my-name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take input from the user?
get()
input()
scan()
read()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the type of 10.5 in Python?
int
str
float
double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a reserved keyword in Python?
value
True
number
void

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display output in Python?
show()
print()
output()
display()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: x = int("5") print(x + 2)
7
52
Error
None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?