Python day1 quiz

Python day1 quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Java Fundamentals

Java Fundamentals

Professional Development

20 Qs

tipo de dado (python)

tipo de dado (python)

Professional Development

15 Qs

Python Basic

Python Basic

Professional Development

19 Qs

python if-elif-else

python if-elif-else

Professional Development

25 Qs

CÂU LỆNH WHILE

CÂU LỆNH WHILE

Professional Development

21 Qs

Python Day1 Quiz

Python Day1 Quiz

Professional Development

20 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - 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

Medium

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?