Python Day1 Quiz

Python Day1 Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Python Basic

Python Basic

Professional Development

19 Qs

Nivelamento - Lógica (python)

Nivelamento - Lógica (python)

Professional Development

20 Qs

Python Тест

Python Тест

Professional Development

20 Qs

python if-elif-else

python if-elif-else

Professional Development

25 Qs

Pengenalan Coding

Pengenalan Coding

1st Grade - Professional Development

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

codePannu Level 1 Python Course - Week 3 - Quiz on DataTypes

codePannu Level 1 Python Course - Week 3 - Quiz on DataTypes

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?